X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=94416a0929a29031357a33a5878765e01456611a;hp=d7b875002cb62a4bc0f05e9e03f8e4fd4bf83439;hb=5ff4265bbd3a682a6d6542480760eaf4a2b85d77;hpb=56b69808aa71b882aa792fadfda2733d765c2ba8 diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index d7b87500..94416a09 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -40,31 +40,7 @@ public slots: void handlePing(const QString &prefix, const QList ¶ms); void handlePrivmsg(const QString &prefix, const QList ¶ms); void handleQuit(const QString &prefix, const QList ¶ms); - void handle005(const QString &prefix, const QList ¶ms); // RPL_ISUPPORT - 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 - void handle312(const QString &prefix, const QList ¶ms); // RPL_WHOISSERVER - void handle313(const QString &prefix, const QList ¶ms); // RPL_WHOISOPERATOR - void handle314(const QString &prefix, const QList ¶ms); // RPL_WHOWASUSER - void handle315(const QString &prefix, const QList ¶ms); // RPL_ENDOFWHO - void handle317(const QString &prefix, const QList ¶ms); // RPL_WHOISIDLE - void handle318(const QString &prefix, const QList ¶ms); // RPL_ENDOFWHOIS - void handle319(const QString &prefix, const QList ¶ms); // RPL_WHOISCHANNELS - void handle320(const QString &prefix, const QList ¶ms); // RPL_WHOISVIRT (is identified to services) - void handle322(const QString &prefix, const QList ¶ms); // RPL_LIST - void handle323(const QString &prefix, const QList ¶ms); // RPL_LISTEND void handle324(const QString &prefix, const QList ¶ms); // RPL_CHANNELMODEIS - void handle328(const QString &prefix, const QList ¶ms); // RPL_??? (channel homepage) - void handle329(const QString &prefix, const QList ¶ms); // RPL_??? (channel creation time) - void handle330(const QString &prefix, const QList ¶ms); // RPL_WHOISACCOUNT (quakenet/snircd/undernet) - 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 handle341(const QString &prefix, const QList ¶ms); // RPL_INVITING - 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 void handle433(const QString &prefix, const QList ¶ms); // ERR_NICKNAMEINUSE void handle437(const QString &prefix, const QList ¶ms); // ERR_UNAVAILRESOURCE