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 960e35994..2a067fb90 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -106,12 +106,6 @@ impHandler(hack) return true; } -impHandler(talkRaw) -{ - Net::getChatHandler()->talkRaw(event.args); - return true; -} - impHandler(talkPet) { // in future probably need add channel detection |