X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientuserinputhandler.h;h=391a94a7bb453e7e81a14cb5de7d561933cf8974;hp=ea601cb1c31bb1c4e6cd2b68c43ca89c51cf88a9;hb=9f5158eab420977b42d8fc6b98d2eb0de66cbaa4;hpb=695758015a80eb8c158a9ac4c0f1c0b547e70df3 diff --git a/src/client/clientuserinputhandler.h b/src/client/clientuserinputhandler.h index ea601cb1..391a94a7 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-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -45,6 +45,7 @@ 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 defaultHandler(const QString &cmd, const BufferInfo &bufferInfo, const QString &text); private: