diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index f13950d59..cef6939d2 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -251,13 +251,6 @@ static void outStringNormal(ChatTab *const tab, } } - -impHandler(announce) -{ - Net::getAdminHandler()->announce(event.args); - return true; -} - impHandler0(ipcToggle) { if (ipc) |