summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-23 20:34:25 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-23 20:34:25 +0300
commit051b5fc10eaec4f4aec1de8e79f2feae60f0e084 (patch)
tree16d14e76fa3654b99646fcf95bd91252429a05e8 /src/commands.h
parent0bda5a9018bb8a8b0511e86d6b0790a5b5127e42 (diff)
downloadplus-051b5fc10eaec4f4aec1de8e79f2feae60f0e084.tar.gz
plus-051b5fc10eaec4f4aec1de8e79f2feae60f0e084.tar.bz2
plus-051b5fc10eaec4f4aec1de8e79f2feae60f0e084.tar.xz
plus-051b5fc10eaec4f4aec1de8e79f2feae60f0e084.zip
Move chat command /where 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 c55b7af0f..f6d1d3f4f 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -51,7 +51,6 @@ struct CommandInfo final
namespace Commands
{
- decHandler(where);
decHandler(who);
decHandler(msg);
decHandler(query);
@@ -139,8 +138,7 @@ namespace Commands
enum
{
- COMMAND_WHERE = 0,
- COMMAND_WHO,
+ COMMAND_WHO = 0,
COMMAND_MSG,
COMMAND_WHISPER,
COMMAND_W,
@@ -231,7 +229,6 @@ enum
static const CommandInfo commands[] =
{
- {"where", &Commands::where, -1, false},
{"who", &Commands::who, -1, false},
{"msg", Commands::msg, -1, true},
{"whisper", Commands::msg, -1, true},