X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=9854396e6458906d341932ad678346cbd1a59f6a;hp=96ededf876618c781b13d2d0452c72646a5f11df;hb=68478cb98a582e4a5b9b8cc188de51287d0da6b0;hpb=d60c5028b49a95d3c27c35b2ea1d74cdd7bb0e46 diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index 96ededf8..9854396e 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -38,18 +38,9 @@ public slots: void handleMode(const QString &prefix, const QList ¶ms); void handleNotice(const QString &prefix, const QList ¶ms); void handlePing(const QString &prefix, const QList ¶ms); - void handlePong(const QString &prefix, const QList ¶ms); void handlePrivmsg(const QString &prefix, const QList ¶ms); void handleQuit(const QString &prefix, const QList ¶ms); - void handleTopic(const QString &prefix, const QList ¶ms); - void handleCap(const QString &prefix, const QList ¶ms); // CAP framework - void handleAuthenticate(); // SASL auth - no params - void handle001(const QString &prefix, const QList ¶ms); // RPL_WELCOME void handle005(const QString &prefix, const QList ¶ms); // RPL_ISUPPORT - void handle221(const QString &prefix, const QList ¶ms); // RPL_UMODEIS - void handle250(const QString &prefix, const QList ¶ms); // RPL_STATSDLINE - 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