summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp5
1 files changed, 5 insertions, 0 deletions
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