summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-29 03:37:49 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-29 03:37:49 +0300
commitdd46c744a74a3ecbb782d5d59c807bcea88d2365 (patch)
treeaf85b8d6fa4b1d6172b17b84876083b81199c0cc /src/commandhandler.h
parent6e190e44b01f5e1780e14e7a60262d3d10e3d48f (diff)
downloadplus-dd46c744a74a3ecbb782d5d59c807bcea88d2365.tar.gz
plus-dd46c744a74a3ecbb782d5d59c807bcea88d2365.tar.bz2
plus-dd46c744a74a3ecbb782d5d59c807bcea88d2365.tar.xz
plus-dd46c744a74a3ecbb782d5d59c807bcea88d2365.zip
Add char command /addpriorityattack.
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index 41811be89..bb15c139a 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -276,6 +276,9 @@ class CommandHandler
void handleAddAttack(const std::string &args, ChatTab *tab _UNUSED_);
+ void handleAddPriorityAttack(const std::string &args,
+ ChatTab *tab _UNUSED_);
+
void handleRemoveAttack(const std::string &args,
ChatTab *tab _UNUSED_);