[tuxdroid-svn] r5929 - software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/execut
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-12-03 14:15:14
|
Author: jerome
Date: 2009-12-03 14:43:20 +0100 (Thu, 03 Dec 2009)
New Revision: 5929
Modified:
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/EmoticonsToAttitunes.py
Log:
* Added some Skype typical emoticons.
Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/EmoticonsToAttitunes.py
===================================================================
--- software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/EmoticonsToAttitunes.py 2009-12-03 12:35:24 UTC (rev 5928)
+++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/EmoticonsToAttitunes.py 2009-12-03 13:43:20 UTC (rev 5929)
@@ -11,6 +11,7 @@
'=d' : "msn_laughing",
'lol' : "msn_laughing",
'mdr' : "msn_laughing_wild",
+ '(rofl)' : "msn_laughing_wild",
':(' : "msn_sad",
':-(' : "msn_sad",
':p' : "msn_sticking_out_tongue",
@@ -23,6 +24,7 @@
'(h)' : "msn_yeah",
'b-)' : "msn_yeah",
'8-)' : "msn_duh",
+ '(doh)' : "msn_duh",
':@' : "msn_angry",
':-@' : "msn_angry",
'x(' : "msn_angry",
@@ -33,16 +35,22 @@
'o.o' : "msn_confused",
'^o)' : "msn_confused",
':$' : "msn_embarrassed",
+ '(blush)' : "msn_embarrassed",
':-$' : "msn_embarrassed",
":'(" : "msn_crying",
+ ";(" : "msn_crying",
":'-(" : "msn_crying",
'(a)' : "msn_angel",
+ '(angel)' : "msn_angel",
'8o|' : "msn_angry",
'8-|' : "msn_nerd",
':-|' : "msn_disappointed",
':|' : "msn_disappointed",
+ ':-(' : "msn_disappointed",
'+o(' : "msn_sick",
+ '(puke)' : "msn_sick",
'<:o)' : "msn_party",
+ '(party)' : "msn_party",
'|-)' : "msn_asleep",
':-#' : "msn_shh",
':#' : "msn_shh",
@@ -50,6 +58,8 @@
':^)' : "msn_dunno",
'*-)' : "msn_dunno",
'(l)' : "msn_kiss",
+ ':*' : "msn_kiss",
+ '(inlove)' : "msn_kiss",
'(u)' : "msn_crying",
'(@)' : "msn_cat",
'(&)' : "msn_dog",
@@ -61,7 +71,9 @@
'(k)' : "msn_kiss",
'(6)' : "msn_laughing_evil",
':-[' : "msn_laughing_evil",
+ ']:)' : "msn_laughing_evil",
':[' : "msn_laughing_evil",
+ '(devil)' : "msn_laughing_evil",
'(o)' : "msn_clock",
'(f)' : "msn_kiss",
'(ap)' : "msn_airplane",
@@ -70,6 +82,7 @@
'(mo)' : "msn_money",
'(~)' : "msn_filmstrip",
'(b)' : "msn_beer",
+ '(beer)' : "msn_beer",
'(d)' : "msn_martini",
'(li)' : "msn_lightning",
'(st)' : "msn_stormy",
@@ -78,6 +91,7 @@
'(n)' : "msn_disappointed",
'(y)' : "msn_yeah",
'(c)' : "msn_coffee",
+ '(coffee)' : "msn_coffee",
'(pl)' : "msn_eating",
'(pi)' : "msn_eating",
'(||)' : "msn_eating",
|