summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 23:48:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 23:48:31 +0300
commit1b496351f779d4a897cd882a9928a18bab5ba622 (patch)
tree0076bfd5ffb3d3f623e5898dcf929181b313e743 /src/commands.h
parent84edefedf8e3688f618f0dde8169d6ee18624e6e (diff)
downloadplus-1b496351f779d4a897cd882a9928a18bab5ba622.tar.gz
plus-1b496351f779d4a897cd882a9928a18bab5ba622.tar.bz2
plus-1b496351f779d4a897cd882a9928a18bab5ba622.tar.xz
plus-1b496351f779d4a897cd882a9928a18bab5ba622.zip
Move chat command /dumpg into actions.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/commands.h b/src/commands.h
index 9cfb87d98..3c9437c37 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -54,7 +54,6 @@ namespace Commands
decHandler(hack);
decHandler(url);
decHandler(open);
- decHandler(dumpGraphics);
decHandler(dumpEnvironment);
decHandler(dumpTests);
decHandler(dumpOGL);
@@ -83,8 +82,7 @@ namespace Commands
enum
{
- COMMAND_DUMPG = 0,
- COMMAND_DUMPE,
+ COMMAND_DUMPE = 0,
COMMAND_DUMPT,
COMMAND_DUMPOGL,
COMMAND_DUMPGL,
@@ -114,7 +112,6 @@ enum
static const CommandInfo commands[] =
{
- {"dumpg", &Commands::dumpGraphics, -1, false},
{"dumpe", &Commands::dumpEnvironment, -1, false},
{"dumpt", &Commands::dumpTests, -1, false},
{"dumpogl", &Commands::dumpOGL, -1, false},