diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 21:39:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 21:39:27 +0300 |
commit | ac2cda962d5fc3e23858527be45a8ae7b9856b84 (patch) | |
tree | 434fcc1c1916df5b8a01d2314f78ead7a4f75877 /src/actions/commands.h | |
parent | 17a96c972cd483fa556a79c4cd60e5d7490177a4 (diff) | |
download | plus-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.h | 1 |
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 |