summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 13:16:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 13:16:08 +0300
commit4bb530a447cc08fbe176cface478898e0b35f5d1 (patch)
treead7bdb01082b133108cccb9e24080c00a2983591 /src/commands.h
parentb063ffa91bbeb324568ae84cde9a90fbb28797f7 (diff)
downloadplus-4bb530a447cc08fbe176cface478898e0b35f5d1.tar.gz
plus-4bb530a447cc08fbe176cface478898e0b35f5d1.tar.bz2
plus-4bb530a447cc08fbe176cface478898e0b35f5d1.tar.xz
plus-4bb530a447cc08fbe176cface478898e0b35f5d1.zip
Move chat command /party 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 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},