diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 00:25:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 00:25:26 +0300 |
commit | 369dccecf7540c8ea3c050116c2fde5914e75a40 (patch) | |
tree | 61503d6de7437c5c702e5f9758725a7f4b74fa78 /src/commands.cpp | |
parent | 1333ccee41e2acca4ecf4a90a6b230e8bbd23f7d (diff) | |
download | plus-369dccecf7540c8ea3c050116c2fde5914e75a40.tar.gz plus-369dccecf7540c8ea3c050116c2fde5914e75a40.tar.bz2 plus-369dccecf7540c8ea3c050116c2fde5914e75a40.tar.xz plus-369dccecf7540c8ea3c050116c2fde5914e75a40.zip |
Move chat command /away into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index f8e391a41..279027306 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -166,16 +166,6 @@ impHandler(navigate) return true; } -impHandler(away) -{ - if (localPlayer) - { - localPlayer->setAway(event.args); - return true; - } - return false; -} - impHandler(pseudoAway) { if (localPlayer) |