summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-26 00:34:50 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-26 00:34:50 +0300
commit6e99f459bf4895e41118dbcf00ed3ba027b5b952 (patch)
treebfec435226b3f51509449a2fa7c606be9f2f2f65 /src/commands.cpp
parent369dccecf7540c8ea3c050116c2fde5914e75a40 (diff)
downloadplus-6e99f459bf4895e41118dbcf00ed3ba027b5b952.tar.gz
plus-6e99f459bf4895e41118dbcf00ed3ba027b5b952.tar.bz2
plus-6e99f459bf4895e41118dbcf00ed3ba027b5b952.tar.xz
plus-6e99f459bf4895e41118dbcf00ed3ba027b5b952.zip
Move chat command /pseudoaway into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 279027306..68a40bbcc 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -166,17 +166,6 @@ impHandler(navigate)
return true;
}
-impHandler(pseudoAway)
-{
- if (localPlayer)
- {
- localPlayer->setPseudoAway(event.args);
- localPlayer->updateStatus();
- return true;
- }
- return false;
-}
-
impHandler(follow)
{
if (!localPlayer)