summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 23:42:20 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 23:42:20 +0300
commit3529ae89be2b72e34d119ed4a2aca7b30403032c (patch)
tree3b6f795a2f6f9dc68b73daa877dd37c26772082a /src/commands.cpp
parent81b70110b56fb44b913ad58e1640909c9a7a6d3c (diff)
downloadplus-3529ae89be2b72e34d119ed4a2aca7b30403032c.tar.gz
plus-3529ae89be2b72e34d119ed4a2aca7b30403032c.tar.bz2
plus-3529ae89be2b72e34d119ed4a2aca7b30403032c.tar.xz
plus-3529ae89be2b72e34d119ed4a2aca7b30403032c.zip
Move chat command /emote into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index c5bc1e75e..9bf94be48 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -166,16 +166,6 @@ impHandler(navigate)
return true;
}
-impHandler(emote)
-{
- if (localPlayer)
- {
- localPlayer->emote(static_cast<uint8_t>(atoi(event.args.c_str())));
- return true;
- }
- return false;
-}
-
impHandler(emotePet)
{
// need use actual pet id