From 0bda5a9018bb8a8b0511e86d6b0790a5b5127e42 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Aug 2014 19:54:53 +0300 Subject: Move chat command /ipctoggle into actions. --- src/commands.cpp | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index cef6939d2..1d273c90a 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -251,32 +251,6 @@ static void outStringNormal(ChatTab *const tab, } } -impHandler0(ipcToggle) -{ - if (ipc) - { - IPC::stop(); - if (!ipc) - debugChatTab->chatLog("IPC service stopped."); - else - debugChatTab->chatLog("Unable to stop IPC service."); - } - else - { - IPC::start(); - if (ipc) - { - debugChatTab->chatLog(strprintf("IPC service available on port %d", - ipc->getPort())); - } - else - { - debugChatTab->chatLog("Unable to start IPC service"); - } - } - return true; -} - impHandler(where) { std::ostringstream where; -- cgit v1.2.3-70-g09d2