summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@i.ua>2012-11-12 19:12:22 +0300
committerAndrei Karas <akaras@inbox.ru>2012-11-12 19:13:40 +0300
commit97b54e33f09eb9b0417bafce18ea163af89009bb (patch)
tree6b03b0b6d5f6fca5782a4b79c9b11ff37bb4f5be /src/commandhandler.h
parent363223352ee9c4c7c1d65e49cf48b38b538abaf2 (diff)
downloadplus-97b54e33f09eb9b0417bafce18ea163af89009bb.tar.gz
plus-97b54e33f09eb9b0417bafce18ea163af89009bb.tar.bz2
plus-97b54e33f09eb9b0417bafce18ea163af89009bb.tar.xz
plus-97b54e33f09eb9b0417bafce18ea163af89009bb.zip
Added /atkhuman command
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index 5a73b2335..228682783 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -219,6 +219,10 @@ class CommandHandler final
* Handle target command.
*/
static void handleTarget(const std::string &args, ChatTab *const tab);
+ /**
+ * Handle atkhuman command.
+ */
+ static void handleAttackHuman(const std::string &args, ChatTab *const tab);
/**
* Handle closeall command.