diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-25 23:42:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-25 23:42:20 +0300 |
commit | 3529ae89be2b72e34d119ed4a2aca7b30403032c (patch) | |
tree | 3b6f795a2f6f9dc68b73daa877dd37c26772082a /src/actions/commands.h | |
parent | 81b70110b56fb44b913ad58e1640909c9a7a6d3c (diff) | |
download | mv-3529ae89be2b72e34d119ed4a2aca7b30403032c.tar.gz mv-3529ae89be2b72e34d119ed4a2aca7b30403032c.tar.bz2 mv-3529ae89be2b72e34d119ed4a2aca7b30403032c.tar.xz mv-3529ae89be2b72e34d119ed4a2aca7b30403032c.zip |
Move chat command /emote into actions.
Diffstat (limited to 'src/actions/commands.h')
-rw-r--r-- | src/actions/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h index 3face961f..3577aab36 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -41,6 +41,7 @@ namespace Actions decHandler(move); decHandler(setTarget); decHandler(commandOutfit); + decHandler(commandEmote); } // namespace Actions #undef decHandler |