X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fircserverhandler.h;h=96ededf876618c781b13d2d0452c72646a5f11df;hp=2f9623cbfdb61e11d91ef5e35c4235e9ef5433a1;hb=d60c5028b49a95d3c27c35b2ea1d74cdd7bb0e46;hpb=32023e27e875eede980d7323c1d05b5d4cc795d8 diff --git a/src/core/ircserverhandler.h b/src/core/ircserverhandler.h index 2f9623cb..96ededf8 100644 --- a/src/core/ircserverhandler.h +++ b/src/core/ircserverhandler.h @@ -34,13 +34,9 @@ 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);