summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
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.