summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 15:45:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 15:45:07 +0300
commitabdc57a4acfa490ee34985b56b2d985266ccc7e4 (patch)
tree8016393684c2e03dc0722dea98c44ff3e31d0ea5 /src/commands.cpp
parent0b9105af0ae2b85a0a3ea5364d8a854d107ce34a (diff)
downloadplus-abdc57a4acfa490ee34985b56b2d985266ccc7e4.tar.gz
plus-abdc57a4acfa490ee34985b56b2d985266ccc7e4.tar.bz2
plus-abdc57a4acfa490ee34985b56b2d985266ccc7e4.tar.xz
plus-abdc57a4acfa490ee34985b56b2d985266ccc7e4.zip
Move chat command /enableaway into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 3a7bf28a2..50219ebde 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -106,18 +106,6 @@ impHandler(hack)
return true;
}
-impHandler(enableAway)
-{
- if (event.tab)
- {
- event.tab->setNoAway(false);
- if (chatWindow)
- chatWindow->saveState();
- return true;
- }
- return false;
-}
-
impHandler(testParticle)
{
if (localPlayer)