X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/dcb941a70df08f8bb8a18cf0a4c85ce47aaf5cbd..HEAD:/emoji-gmail.inc.pl diff --git a/emoji-gmail.inc.pl b/emoji-gmail.inc.pl index 94e8e78..34972f3 100644 --- a/emoji-gmail.inc.pl +++ b/emoji-gmail.inc.pl @@ -1,50 +1,50 @@ -# http://mail.google.com/support/bin/answer.py?answer=34056 +{ + name => 'Gmail', + icon => '/data/emoji/gmail/%s.gif', + iconext => '/data/emoji/gmail/%s.png', + source => 'http://mail.google.com/support/bin/answer.py?answer=34056', +}, 'official', -heart => ['<3', '', 0, "heart/love"], -monkey => [':(|)', '', 0, "it's a monkey!"], -rockout => ['\m/', '', 0, "rock out."], -shocked => [':-o', '', 0, "shocked"], -grin => [':D', '', 0, "grin"], -frown => [':(', '', 0, "frown"], -angry => ['x-(', '', 0, "angry"], -cool => ['B-)', '', 0, "cool"], -cry => [":'(", '', 0, "cry"], -equal_grin => ['=D', '', 0, "equal grin"], -wink => [';)', '', 0, "wink"], -straightface => [':-|', '', 0, "straight face"], -equal_smile => ['=)', '', 0, "equal smile"], -nose_grin => [':-D', '', 0, "nose grin"], -wink_big_nose => [';^)', '', 0, "big nose wink"], -wink_nose => [';-)', '', 0, "nose wink"], -nose_smile => [':-)', '', 0, "nose smile"], -slant => [':-/', '', 0, "slant"], -tongue => [':P', '', 0, "tongue"], +[heart => '<3', '', 0x02665, "heart/love"], +[monkey => ':(|)', '', 0x1F435, "it's a monkey!"], +[rockout => '\m/', '', 0x1F918, "rock out."], +[shocked => ':-o', '', 0x1F632, "shocked"], +[grin => ':D', '', 0x1F603, "grin"], +[nose_grin => ':-D', '', 0, "nose grin"], +[equal_grin => '=D', '', 0, "equal grin"], +[frown => ':( :-( =(', '', 0x02639, "frown"], +[angry => 'x-(', '', 0x1F623, "angry"], +[cool => 'B-)', '', 0x1F60E, "cool"], +[cry => ":'(", '', 0x1F622, "cry"], +[wink => ';)', '', 0x1F609, "wink"], +[wink_nose => ';-)', '', 0, "nose wink"], +[wink_big_nose => ';^)', 'fuzzy', 0x1F925, "big nose wink"], +[straightface => ':-|', '', 0x1F610, "straight face"], +[equal_smile => '=)', '', 0, "equal smile"], +[nose_smile => ':-)', '', 0, "nose smile"], +[slant => ':-/ =/', 'fuzzy', 0x1F616, "slant"], +[tongue => ':P :-P =P', '', 0x1F61D, "tongue"], # http://tkhere.blogspot.com/2007/12/brand-new-google-chat-emoticons-no-one.html 'undocumented', -cowbell => ["+/'\\", '', 0, "cowbell"], -crab => ['V.v.V', '', 0, "crab"], -devil => ['}:-)', '', 0, "devil"], -frown => ['=(', '', 0, "equal sad"], -slant => ['=/', '', 0, "equal slant"], -tongue => ['=P', '', 0, "equal tongue"], -frown => [':-(', '', 0, "nose sad"], -smile => [':)', '', 0, "smile"], -wince => ['>.<', '', 0, "wince"], -tongue => [':-P', '', 0, "nose tongue"], -pig => [':(:)', '', 0, "pig"], -brokenheart => [' [':-x', '', 0, "kiss"], -kissstar => [':*', '', 0, "kiss"], -mustache => [':{', '', 0, "mustache"], +[cowbell => "+/'\\", '', 0x1F514, "cowbell"], +[crab => 'V.v.V', 'ext', 0x1F980, "crab"], +[devil => '}:-)', 'ext', 0x1F608, "devil"], +[smile => ':)', '', 0x0263A, "smile"], +[wince => '>.<', 'ext', 0x1F623, "wince"], +[pig => ':(:)', 'ext', 0x1F437, "pig"], +[brokenheart => ' ':-x', 'ext', 0x1F618, "kiss"], +[kissstar => ':*', 'ext', 0x1F61A, "kiss"], +[mustache => ':{', 'ext fuzzy', 0x1F978, "mustache"], # http://www.gtricks.com/google-talk-tricks/google-talk-hidden-emoticons/ -robot => ['[:|]', '', 0], -poo => ['~@~', '', 0], +[robot => '[:|]', 'ext', 0x1F916], +[poo => '~@~', 'ext', 0x1F4A9], -# vi:ts=15 +# vi:ts=16