summaryrefslogtreecommitdiff
path: root/src/actions/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 21:39:27 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 21:39:27 +0300
commitac2cda962d5fc3e23858527be45a8ae7b9856b84 (patch)
tree434fcc1c1916df5b8a01d2314f78ead7a4f75877 /src/actions/commands.h
parent17a96c972cd483fa556a79c4cd60e5d7490177a4 (diff)
downloadplus-ac2cda962d5fc3e23858527be45a8ae7b9856b84.tar.gz
plus-ac2cda962d5fc3e23858527be45a8ae7b9856b84.tar.bz2
plus-ac2cda962d5fc3e23858527be45a8ae7b9856b84.tar.xz
plus-ac2cda962d5fc3e23858527be45a8ae7b9856b84.zip
Move chat command /addpriorityattack into actions.
Diffstat (limited to 'src/actions/commands.h')
-rw-r--r--src/actions/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h
index e2b2eefec..2008f865b 100644
--- a/src/actions/commands.h
+++ b/src/actions/commands.h
@@ -51,6 +51,7 @@ namespace Actions
decHandler(sendMail);
decHandler(info);
decHandler(wait);
+ decHandler(addPriorityAttack);
} // namespace Actions
#undef decHandler