diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 5 |
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 |