diff options
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r-- | src/commandhandler.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h index 52080dfcd..0b3146af8 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -290,8 +290,19 @@ class CommandHandler void handleAddIgnoreAttack(const std::string &args, ChatTab *tab A_UNUSED); + void handleServerIgnoreAll(const std::string &args, + ChatTab *tab A_UNUSED); + + void handleServerUnIgnoreAll(const std::string &args, + ChatTab *tab A_UNUSED); + void handleDump(const std::string &args, ChatTab *tab); + void handleDumpGraphics(const std::string &args, ChatTab *tab); + + void outString(ChatTab *tab, const std::string &str, + const std::string &def); + void handleCacheInfo(const std::string &args, ChatTab *tab A_UNUSED); bool parse2Int(const std::string &args, int *x, int *y); |