summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-30 03:46:59 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-30 03:46:59 +0300
commitece00592ecd93f7a96db0ca82589d00846e2f938 (patch)
treec36bde1e1a46d11ee47438d0debaa8317cd0db6e /src/commandhandler.h
parentd14bb7a27ee23cc83b3af1db2f1976eaaa55d78a (diff)
parent2c3c118c03ece5cad2b73affffbcbbc5a5746c7a (diff)
downloadmv-stripped1.1.10.30.tar.gz
mv-stripped1.1.10.30.tar.bz2
mv-stripped1.1.10.30.tar.xz
mv-stripped1.1.10.30.zip
Merge branch 'master' into strippedstripped1.1.10.30
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h11
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);