summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 16:49:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 16:49:12 +0300
commit8f173afdd496eda7fddd2b166e11626651600501 (patch)
tree422b3dde21b2f040f953cf26f8433e74aec2e2e0 /src/commands.h
parent56178bf525b07582389493158ac90e2ab7721571 (diff)
downloadplus-8f173afdd496eda7fddd2b166e11626651600501.tar.gz
plus-8f173afdd496eda7fddd2b166e11626651600501.tar.bz2
plus-8f173afdd496eda7fddd2b166e11626651600501.tar.xz
plus-8f173afdd496eda7fddd2b166e11626651600501.zip
Move chat command /debugspawn into actions.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/commands.h b/src/commands.h
index 1a6009101..424969210 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -51,20 +51,12 @@ struct CommandInfo final
namespace Commands
{
- decHandler(debugSpawn);
-
void replaceVars(std::string &str);
} // namespace Commands
enum
{
- COMMAND_DEBUGSPAWN = 0,
- END_COMMANDS
-};
-
-static const CommandInfo commands[] =
-{
- {"debugSpawn", &Commands::debugSpawn, -1, true}
+ END_COMMANDS = 0
};
#undef decHandler