From 1fd495484bb43a1e0b0d088874d7bc588d8d38c9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 27 Nov 2012 02:59:26 +0300 Subject: Simplify command handlers. --- src/gui/widgets/whispertab.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/gui/widgets/whispertab.cpp') diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp index 6079b668c..c22c9d694 100644 --- a/src/gui/widgets/whispertab.cpp +++ b/src/gui/widgets/whispertab.cpp @@ -23,7 +23,7 @@ #include "gui/widgets/whispertab.h" #include "chatlogger.h" -#include "commandhandler.h" +#include "commands.h" #include "localplayer.h" #include "net/chathandler.h" @@ -140,13 +140,11 @@ bool WhisperTab::handleCommand(const std::string &type, } else if (type == "ignore") { - if (commandHandler) - commandHandler->handleIgnore(mNick, this); + Commands::ignore(mNick, this); } else if (type == "unignore") { - if (commandHandler) - commandHandler->handleUnignore(mNick, this); + Commands::unignore(mNick, this); } else { -- cgit v1.2.3-70-g09d2