From 3413f527f0945d08dc9102e75b2d9630d6855ed1 Mon Sep 17 00:00:00 2001 From: sje Date: Mon, 2 Jul 2007 02:02:07 +0000 Subject: encode/decode smileys git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@237 4f64403b-2f21-0410-a795-97e2b3489a10 --- MySpace/server_con.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'MySpace/server_con.cpp') 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}; -- cgit v1.2.3