summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-05 01:41:54 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-05 01:41:54 +0300
commitab545fee3daf930dc46aaf303355c1c578320484 (patch)
tree24c8286acb9fea22b1e689810be5534de2323623 /src/commandhandler.h
parent851bee28374c5c60114c9f78299e28eaa14891b3 (diff)
downloadplus-ab545fee3daf930dc46aaf303355c1c578320484.tar.gz
plus-ab545fee3daf930dc46aaf303355c1c578320484.tar.bz2
plus-ab545fee3daf930dc46aaf303355c1c578320484.tar.xz
plus-ab545fee3daf930dc46aaf303355c1c578320484.zip
Add blacklist relation. In this mode blocked trades, emotes, speech text.
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index 64f0288c3..52080dfcd 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -172,6 +172,11 @@ class CommandHandler
void handleNeutral(const std::string &args, ChatTab *tab);
/**
+ * Handle an blacklist command.
+ */
+ void handleBlackList(const std::string &args, ChatTab *tab);
+
+ /**
* Handle an erase command.
*/
void handleErase(const std::string &args, ChatTab *tab);