X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=25ef895c7c5abf3dcf55e065e4a44d9f2ea42180;hp=2f9623cbfdb61e11d91ef5e35c4235e9ef5433a1;hb=615c5621f63360ef11c9cc3519c0462d8b5ec85b;hpb=1dbf78385e2904b3a9a3de48b85381c312c74ef8 diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index 2f9623cb..25ef895c 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -34,46 +34,18 @@ public: void handleServerMsg(QByteArray rawMsg); public slots: - void handleInvite(const QString &prefix, const QList ¶ms); void handleJoin(const QString &prefix, const QList ¶ms); - void handleKick(const QString &prefix, const QList ¶ms); void handleMode(const QString &prefix, const QList ¶ms); - void handleNick(const QString &prefix, const QList ¶ms); void handleNotice(const QString &prefix, const QList ¶ms); - void handlePart(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 - 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...