diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-26 22:53:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-26 22:53:07 +0300 |
commit | c7266cda03bcab72b147b5597a126f01f915fe2c (patch) | |
tree | a2d216f146f8ad96c1dd066abbef90cd8eb7002a /src/commands.cpp | |
parent | 76fd633b0042f2ab3a161460ee03c1978e7c0db9 (diff) | |
download | plus-c7266cda03bcab72b147b5597a126f01f915fe2c.tar.gz plus-c7266cda03bcab72b147b5597a126f01f915fe2c.tar.bz2 plus-c7266cda03bcab72b147b5597a126f01f915fe2c.tar.xz plus-c7266cda03bcab72b147b5597a126f01f915fe2c.zip |
Move chat command /serverignoreall into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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(); |