X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=f58b2eac73bc258ca36cd74f106a1db3b693ffe3;hp=a4005e322af754662be3bec619ab04dbbd75ee23;hb=fc46caf2059654d81251412a13f5db4d40803948;hpb=d94f8e007a9ec408f63e4d5795af465d0f9aafb0 diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index a4005e32..f58b2eac 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -51,6 +51,8 @@ public slots: void handle265(const QString &prefix, const QList ¶ms); // RPL_LOCALUSERS void handle266(const QString &prefix, const QList ¶ms); // RPL_GLOBALUSERS void handle301(const QString &prefix, const QList ¶ms); // RPL_AWAY + void handle305(const QString &prefix, const QList ¶ms); // RPL_UNAWAY + void handle306(const QString &prefix, const QList ¶ms); // RPL_NOWAWAY void handle307(const QString &prefix, const QList ¶ms); // RPL_WHOISSERVICE void handle310(const QString &prefix, const QList ¶ms); // RPL_SUSERHOST void handle311(const QString &prefix, const QList ¶ms); // RPL_WHOISUSER @@ -65,7 +67,7 @@ public slots: void handle331(const QString &prefix, const QList ¶ms); // RPL_NOTOPIC void handle332(const QString &prefix, const QList ¶ms); // RPL_TOPIC void handle333(const QString &prefix, const QList ¶ms); // Topic set by... - void handle352(const QString &prefix, const QList ¶ms); // RPL_WHOREPLY + void handle352(const QString &prefix, const QList ¶ms); // RPL_WHOREPLY void handle353(const QString &prefix, const QList ¶ms); // RPL_NAMREPLY void handle369(const QString &prefix, const QList ¶ms); // RPL_ENDOFWHOWAS void handle432(const QString &prefix, const QList ¶ms); // ERR_ERRONEUSNICKNAME