X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircuser.h;fp=src%2Fcommon%2Fircuser.h;h=2aa2c17952561b3e10ebf09fd2cbdf67db5bd9b2;hp=81847701cccf79bfe7f88e2a75b031753454ce9d;hb=3e800ec6553158aa0da3b08da78083d587389914;hpb=8bdfd0d16857c508f543298ad98f6262127f2886 diff --git a/src/common/ircuser.h b/src/common/ircuser.h index 81847701..2aa2c179 100644 --- a/src/common/ircuser.h +++ b/src/common/ircuser.h @@ -166,9 +166,9 @@ public slots: */ void joinChannel(IrcChannel* channel, bool skip_channel_join = false); void joinChannel(const QString& channelname); - void partChannel(IrcChannel* channel); + void partChannel(IrcChannel* channel, bool skip_sync = false); void partChannel(const QString& channelname); - void quit(); + void quit(bool skip_sync = false); void addUserModes(const QString& modes); void removeUserModes(const QString& modes);