summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h8
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);