summaryrefslogtreecommitdiff
path: root/MySpace/server_con.cpp
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-02 02:02:07 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-02 02:02:07 +0000
commit3413f527f0945d08dc9102e75b2d9630d6855ed1 (patch)
treeeaeb0afa18faa9c31694051c783febd17bc506e4 /MySpace/server_con.cpp
parent287cb92158ee9eeba5eac6edea7d830777810beb (diff)
encode/decode smileys
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@237 4f64403b-2f21-0410-a795-97e2b3489a10
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};