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 4839899fb..d6183b42b 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -100,12 +100,6 @@ extern char **environ; namespace Commands { -impHandler(hack) -{ - Net::getChatHandler()->sendRaw(event.args); - return true; -} - static int uploadUpdate(void *ptr, DownloadStatus::Type status, size_t total A_UNUSED, |