From 2981363fef524501a4a24a5f4c60661ebdee80fa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 13:11:54 +0300 Subject: Move chat command /dumpmods into actions. --- src/commands.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index 6c209f4a4..cf2491476 100644 --- a/src/commands.h +++ b/src/commands.h @@ -54,7 +54,6 @@ namespace Commands decHandler(hack); decHandler(url); decHandler(open); - decHandler(dumpMods); decHandler(execute); decHandler(testsdlfont); decHandler(enableHighlight); @@ -78,8 +77,7 @@ namespace Commands enum { - COMMAND_DUMPMODS = 0, - COMMAND_URL, + COMMAND_URL = 0, COMMAND_OPEN, COMMAND_EXECUTE, COMMAND_TESTSDLFONT, @@ -104,7 +102,6 @@ enum static const CommandInfo commands[] = { - {"dumpmods", &Commands::dumpMods, -1, false}, {"url", &Commands::url, -1, true}, {"open", &Commands::open, -1, true}, {"execute", &Commands::execute, -1, true}, -- cgit v1.2.3-70-g09d2