diff options
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 1e859888f..4839899fb 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -106,12 +106,6 @@ impHandler(hack) return true; } -impHandler(gm) -{ - Net::getChatHandler()->talk("@wgm " + event.args, GENERAL_CHANNEL); - return true; -} - static int uploadUpdate(void *ptr, DownloadStatus::Type status, size_t total A_UNUSED, |