From c7266cda03bcab72b147b5597a126f01f915fe2c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Aug 2014 22:53:07 +0300 Subject: Move chat command /serverignoreall into actions. --- src/commands.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index b1c6537f6..b5491a805 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -157,12 +157,6 @@ impHandler(hack) return true; } -impHandler0(serverIgnoreAll) -{ - Net::getChatHandler()->ignoreAll(); - return true; -} - impHandler0(serverUnIgnoreAll) { Net::getChatHandler()->unIgnoreAll(); -- cgit v1.2.3-70-g09d2