From b063ffa91bbeb324568ae84cde9a90fbb28797f7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Aug 2014 13:10:52 +0300 Subject: Move chat command /createguild 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 f1b6f2e5a..89dd71c45 100644 --- a/src/commands.h +++ b/src/commands.h @@ -51,7 +51,6 @@ struct CommandInfo final namespace Commands { - decHandler(createGuild); decHandler(party); decHandler(me); decHandler(toggle); @@ -123,8 +122,7 @@ namespace Commands enum { - COMMAND_CREATEGUILD = 0, - COMMAND_PARTY, + COMMAND_PARTY = 0, COMMAND_ME, COMMAND_TOGGLE, COMMAND_PRESENT, @@ -195,7 +193,6 @@ enum static const CommandInfo commands[] = { - {"createguild", &Commands::createGuild, -1, true}, {"party", &Commands::party, -1, true}, {"me", &Commands::me, -1, true}, {"toggle", &Commands::toggle, -1, false}, -- cgit v1.2.3-70-g09d2