diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-21 17:49:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-21 18:04:15 +0300 |
commit | f6e795cc95dce10e1df44a89bd03539e72888a32 (patch) | |
tree | c20a2eb1546f0c2ea17329b4c2c790c6ef1a23ad /src/commandhandler.h | |
parent | 005d429599088b523e4f62326824c7fb51ba9c63 (diff) | |
download | plus-f6e795cc95dce10e1df44a89bd03539e72888a32.tar.gz plus-f6e795cc95dce10e1df44a89bd03539e72888a32.tar.bz2 plus-f6e795cc95dce10e1df44a89bd03539e72888a32.tar.xz plus-f6e795cc95dce10e1df44a89bd03539e72888a32.zip |
Add attack filter char commands.
And place avatar list box separator without left padding.
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r-- | src/commandhandler.h | 8 |
1 files changed, 8 insertions, 0 deletions
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); |