summaryrefslogtreecommitdiff
path: root/MySpace/server_con.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MySpace/server_con.cpp')
-rw-r--r--MySpace/server_con.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/MySpace/server_con.cpp b/MySpace/server_con.cpp
index 87cb69e..5c3ef1c 100644
--- a/MySpace/server_con.cpp
+++ b/MySpace/server_con.cpp
@@ -433,6 +433,7 @@ void __cdecl ServerThreadFunc(void*) {
char text[MAX_MESSAGE_SIZE];
if(msg.get_string("msg", text, MAX_MESSAGE_SIZE)) {
strip_tags(text);
+ decode_smileys(text);
unentitize(text);
PROTORECVEVENT pre = {0};