From 12bc5f140a15f28ea57e8904a3858ba633d22b6d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 11 Oct 2013 23:36:41 +0300 Subject: add /talkraw chat command for special use. --- src/commands.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 2119bdb50..3dd4175eb 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1243,6 +1243,11 @@ impHandler0(createItems) dialog->sort(); } +impHandler1(talkRaw) +{ + Net::getChatHandler()->talkRaw(args); +} + impHandler0(testsdlfont) { #if defined USE_OPENGL && defined DEBUG_SDLFONT -- cgit v1.2.3-60-g2f50