X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fuserinputhandler.h;fp=src%2Fcore%2Fuserinputhandler.h;h=fa0560d49a34074547747c5fcd814f93b229be20;hp=a365894cd07e056021075db26e3053575908d4f1;hb=efd5115ab858c22c2e679a1b59f925a0bdd6ff70;hpb=aff2b3fc3eb85e246add6ac0612f52912c78d0cf diff --git a/src/core/userinputhandler.h b/src/core/userinputhandler.h index a365894c..fa0560d4 100644 --- a/src/core/userinputhandler.h +++ b/src/core/userinputhandler.h @@ -35,6 +35,7 @@ public: public slots: void handleAway(QString, QString); + void handleBan(QString, QString); void handleDeop(QString, QString); void handleDevoice(QString, QString); void handleInvite(QString, QString);