summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 13:04:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 13:04:02 +0300
commite62706843143949918653a03cc0cbf6620687a60 (patch)
tree648b609d88e7e642d6ecd0007780aaee03ee92db /src/commands.h
parent4c0d3dc62399e35c288cb82dfbf3f8811328f06c (diff)
downloadplus-e62706843143949918653a03cc0cbf6620687a60.tar.gz
plus-e62706843143949918653a03cc0cbf6620687a60.tar.bz2
plus-e62706843143949918653a03cc0cbf6620687a60.tar.xz
plus-e62706843143949918653a03cc0cbf6620687a60.zip
Move chat command /createparty 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 fceff7fe1..f1b6f2e5a 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -51,7 +51,6 @@ struct CommandInfo final
namespace Commands
{
- decHandler(createParty);
decHandler(createGuild);
decHandler(party);
decHandler(me);
@@ -124,8 +123,7 @@ namespace Commands
enum
{
- COMMAND_CREATEPARTY = 0,
- COMMAND_CREATEGUILD,
+ COMMAND_CREATEGUILD = 0,
COMMAND_PARTY,
COMMAND_ME,
COMMAND_TOGGLE,
@@ -197,7 +195,6 @@ enum
static const CommandInfo commands[] =
{
- {"createparty", &Commands::createParty, -1, true},
{"createguild", &Commands::createGuild, -1, true},
{"party", &Commands::party, -1, true},
{"me", &Commands::me, -1, true},