diff options
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r-- | src/commandhandler.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h index 0b3146af8..809e9e517 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -177,6 +177,11 @@ class CommandHandler void handleBlackList(const std::string &args, ChatTab *tab); /** + * Handle an enemy command. + */ + void handleEnemy(const std::string &args, ChatTab *tab); + + /** * Handle an erase command. */ void handleErase(const std::string &args, ChatTab *tab); @@ -234,6 +239,11 @@ class CommandHandler void handleAway(const std::string &args, ChatTab *tab); /** + * Handle pseudo away command. + */ + void handlePseudoAway(const std::string &args, ChatTab *tab); + + /** * Handle follow command. */ void handleFollow(const std::string &args, ChatTab *tab); |