X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=59c470c2861dc118e60b7150432fedc07e6c8449;hp=94416a0929a29031357a33a5878765e01456611a;hb=3ec6f311bb4fff1540a01c26069300ad17f6d134;hpb=5ff4265bbd3a682a6d6542480760eaf4a2b85d77 diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index 94416a09..59c470c2 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -41,9 +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 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 void defaultHandler(QString cmd, const QString &prefix, const QList ¶ms);