X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=94416a0929a29031357a33a5878765e01456611a;hp=f8305473109124f9fa8dbf0819f695bdd0208425;hb=5ff4265bbd3a682a6d6542480760eaf4a2b85d77;hpb=ff3ed2a8ca548a5adbfac76b09608657bc68f8e4 diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index f8305473..94416a09 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -41,10 +41,6 @@ public slots: void handlePrivmsg(const QString &prefix, const QList ¶ms); void handleQuit(const QString &prefix, const QList ¶ms); void handle324(const QString &prefix, const QList ¶ms); // RPL_CHANNELMODEIS - 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