summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 21:29:26 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 21:29:43 +0300
commit015a260c6444e74579401dfe41e39592b2201d36 (patch)
treed20f55b2355ff8b450c5cc6993970a2e7c99756d /src/commands.cpp
parentb030143a03ab3d65225f8c2351469b2e8daa0e94 (diff)
downloadplus-015a260c6444e74579401dfe41e39592b2201d36.tar.gz
plus-015a260c6444e74579401dfe41e39592b2201d36.tar.bz2
plus-015a260c6444e74579401dfe41e39592b2201d36.tar.xz
plus-015a260c6444e74579401dfe41e39592b2201d36.zip
Remove /quit chat command.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index dbe27e8be..01639ebbd 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -251,12 +251,6 @@ static void outStringNormal(ChatTab *const tab,
}
}
-impHandler0(quit)
-{
-// quit();
- return false;
-}
-
impHandler0(showAll)
{
if (actorManager)