X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientuserinputhandler.h;h=6df0da0fe3b60ab6edbac9137bc207dca3f0dd45;hp=ea601cb1c31bb1c4e6cd2b68c43ca89c51cf88a9;hb=3a3e844f9fcfd12235a0086af75ecd503b621ef4;hpb=1cb02004ee5973b89368bd84f234d4652794690d diff --git a/src/client/clientuserinputhandler.h b/src/client/clientuserinputhandler.h index ea601cb1..6df0da0f 100644 --- a/src/client/clientuserinputhandler.h +++ b/src/client/clientuserinputhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -31,7 +31,7 @@ class ClientUserInputHandler : public BasicHandler Q_OBJECT public: - ClientUserInputHandler(QObject *parent = 0); + ClientUserInputHandler(QObject *parent = nullptr); public slots: void handleUserInput(const BufferInfo &bufferInfo, const QString &msg); @@ -45,6 +45,8 @@ private slots: void handleExec(const BufferInfo &bufferInfo, const QString &execString); void handleJoin(const BufferInfo &bufferInfo, const QString &text); void handleQuery(const BufferInfo &bufferInfo, const QString &text); + void handleIgnore(const BufferInfo &bufferInfo, const QString &text); + void handleList(const BufferInfo &bufferInfo, const QString &text); void defaultHandler(const QString &cmd, const BufferInfo &bufferInfo, const QString &text); private: