From f6e795cc95dce10e1df44a89bd03539e72888a32 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 Apr 2011 17:49:09 +0300 Subject: Add attack filter char commands. And place avatar list box separator without left padding. --- src/commandhandler.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/commandhandler.h') diff --git a/src/commandhandler.h b/src/commandhandler.h index 779a6e6fd..41811be89 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -274,6 +274,14 @@ class CommandHandler void handleUptime(const std::string &args, ChatTab *tab); + void handleAddAttack(const std::string &args, ChatTab *tab _UNUSED_); + + void handleRemoveAttack(const std::string &args, + ChatTab *tab _UNUSED_); + + void handleAddIgnoreAttack(const std::string &args, + ChatTab *tab _UNUSED_); + void handleCacheInfo(const std::string &args, ChatTab *tab _UNUSED_); bool parse2Int(const std::string &args, int *x, int *y); -- cgit v1.2.3-60-g2f50