summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-27 22:17:21 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-27 22:17:21 +0300
commitcd0b35a6c1a86e4432d9dc9ec75b4da0ae9a7bdc (patch)
tree6e09b953731887801b35f61056c2c87991e05590 /src/commandhandler.h
parentc905067448700c63f7645b08d80bffbde57a45fa (diff)
downloadplus-cd0b35a6c1a86e4432d9dc9ec75b4da0ae9a7bdc.tar.gz
plus-cd0b35a6c1a86e4432d9dc9ec75b4da0ae9a7bdc.tar.bz2
plus-cd0b35a6c1a86e4432d9dc9ec75b4da0ae9a7bdc.tar.xz
plus-cd0b35a6c1a86e4432d9dc9ec75b4da0ae9a7bdc.zip
Add command to dump to chat main graphics settings.
Command: /dumpg
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r--src/commandhandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h
index a082f950e..0b3146af8 100644
--- a/src/commandhandler.h
+++ b/src/commandhandler.h
@@ -298,6 +298,11 @@ class CommandHandler
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);