summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-23 20:47:15 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-23 20:47:15 +0300
commite6d02447113b137ce37f2331ae674371c3968e28 (patch)
treee659f4b159c991d8cbd0b167ec74486de06ae91e /src/commands.cpp
parent051b5fc10eaec4f4aec1de8e79f2feae60f0e084 (diff)
downloadplus-e6d02447113b137ce37f2331ae674371c3968e28.tar.gz
plus-e6d02447113b137ce37f2331ae674371c3968e28.tar.bz2
plus-e6d02447113b137ce37f2331ae674371c3968e28.tar.xz
plus-e6d02447113b137ce37f2331ae674371c3968e28.zip
Move chat command /who into actions.
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 6a1094b51..270a781ab 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -251,12 +251,6 @@ static void outStringNormal(ChatTab *const tab,
}
}
-impHandler0(who)
-{
- Net::getChatHandler()->who();
- return true;
-}
-
impHandler(msg)
{
std::string recvnick;