# HG changeset patch # User Jeff Connelly # Date 1184985191 0 # Node ID 3ac6d13d25cd7858194d0a76a8e30375c6aa2322 # Parent 134389a07f8621618c3a656ca6363bcbdc5307e4 Recognize non-canonical emoticon forms from Pidgin, and turn them into msim emoticons. For example, turn :-) as well as :) into emoticons. diff -r 134389a07f86 -r 3ac6d13d25cd libpurple/protocols/myspace/myspace.c --- a/libpurple/protocols/myspace/myspace.c Sat Jul 21 02:13:34 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Sat Jul 21 02:33:11 2007 +0000 @@ -38,25 +38,34 @@ #include "myspace.h" -/* Based on Miranda plugin by Scott Ellis, formatting.cpp, +/* Loosely based on Miranda plugin by Scott Ellis, formatting.cpp, * https://server.scottellis.com.au/websvn/filedetails.php?repname=Miranda+Plugins&path=%2FMySpace%2Fformatting.cpp&rev=0&sc=0 */ +/* The names in in emoticon_names (for ) map to corresponding + * entries in emoticon_symbols (for the ASCII representation of the emoticon).