X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=f8305473109124f9fa8dbf0819f695bdd0208425;hp=25ef895c7c5abf3dcf55e065e4a44d9f2ea42180;hb=ff3ed2a8ca548a5adbfac76b09608657bc68f8e4;hpb=f324687be396f9ae7aea2c66a42777c5ba35f5fc diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index 25ef895c..f8305473 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -40,15 +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 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 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