summaryrefslogtreecommitdiff
path: root/src/actions/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/chat.cpp')
-rw-r--r--src/actions/chat.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp
index b0642f953..3ce066c95 100644
--- a/src/actions/chat.cpp
+++ b/src/actions/chat.cpp
@@ -39,6 +39,7 @@
#include "net/serverfeatures.h"
#include "utils/booleanoptions.h"
+#include "utils/chatutils.h"
#include "utils/stringutils.h"
#include "debug.h"
@@ -318,7 +319,7 @@ impHandler(party)
impHandler(me)
{
- outString(event.tab, strprintf("*%s*", event.args.c_str()), event.args);
+ outString(event.tab, textToMe(event.args), event.args);
return true;
}