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