Skip to content
Snippets Groups Projects
Commit 10e38612 authored by js's avatar js
Browse files

Fix #4087.

parent 20ed5616
No related branches found
No related tags found
No related merge requests found
# coding=utf-8
emoticons = {
'smile.png': [':-)', ':)', '^_^', '^^'],
'smile.png': [':-)', ':)'],
'coolglasses.png': ['B-)', '(H)'],
'wink.gif': [';-)', ';)'],
'biggrin.png': [':-D', ':D', ':->', ':>', 'xD'],
'biggrin.png': [':-D', ':D'],
'unhappy.png': [':-(', ':('],
'cry.gif': [":'-(", ":'(", ';-(', ';(', ";'-(", ';_;'],
'cry.gif': [":'-(", ":'(", ';-(', ';(', ";'-("],
'frowning.png': [':-/', ':/', ':-\\', ':\\', ':-S', ':S'],
'blush.png': [':-$', ':$'],
'angry.png': [':-@', ':@'],
......@@ -14,7 +14,7 @@ emoticons = {
'stare.png': [':-|', ':|'],
'devil.png': [']:->', '>:-)', '>:)', '(6)'],
'tongue.png': [':-P', ':P', ':-þ', ''],
'oh.png': ['=-O', ':-O', ':O', 'O.O', 'O_O'],
'oh.png': ['=-O', ':-O', ':O'],
'heart.png': ['<3', '(L)', '*IN LOVE*'],
'pussy.png': ['(@)'],
'cuffs.png': ['(%)'],
......@@ -49,5 +49,4 @@ emoticons = {
'puke.gif': [':-!'],
}
# vim: se ts=3:
\ No newline at end of file
# vim: se ts=3:
# coding=utf-8
emoticons = {
'smile.png': [':-)', ':)', '^_^', '^^'],
'smile.png': [':-)', ':)'],
'coolglasses.png': ['8-)', 'B-)', '(H)'],
'wink.png': [';-)', ';)'],
'biggrin.png': [':-D', ':D', ':->', ':>', 'xD'],
'biggrin.png': [':-D', ':D'],
'unhappy.png': [':-(', ':('],
'cry.png': [":'-(", ":'(", ';-(', ';(', ";'-(", ';_;'],
'cry.png': [":'-(", ":'(", ';-(', ';(', ";'-("],
'frowning.png': [':-/', ':/', ':-\\', ':\\', ':-S', ':S'],
'blush.png': [':-$', ':$'],
'angry.png': [':-@', ':@'],
......@@ -14,7 +14,7 @@ emoticons = {
'stare.png': [':-|', ':|'],
'devil.png': [']:->', '>:-)', '>:)', '(6)'],
'tongue.png': [':-P', ':P', ':-þ', ''],
'oh.png': ['=-O', ':-O', ':O', 'O.O', 'O_O'],
'oh.png': ['=-O', ':-O', ':O'],
'heart.png': ['<3', '(L)', '*IN LOVE*'],
'lion.png': [':3', '>:3'],
'pussy.png': ['(@)', '=^.^='],
......@@ -42,4 +42,4 @@ emoticons = {
'puke.png': [':-!'],
}
# vim: se ts=3:
\ No newline at end of file
# vim: se ts=3:
# coding=utf-8
emoticons = {
'smile.png': [':-)', ':)', '^_^', '^^'],
'smile.png': [':-)', ':)'],
'coolglasses.png': ['8-)', 'B-)', '(H)'],
'wink.png': [';-)', ';)'],
'biggrin.png': [':-D', ':D', ':->', ':>', 'xD'],
'biggrin.png': [':-D', ':D'],
'unhappy.png': [':-(', ':('],
'cry.png': [":'-(", ":'(", ';-(', ';(', ";'-(", ';_;'],
'cry.png': [":'-(", ":'(", ';-(', ';(', ";'-("],
'frowning.png': [':-/', ':/', ':-\\', ':\\', ':-S', ':S'],
'blush.png': [':-$', ':$'],
'angry.png': [':-@', ':@'],
......@@ -14,7 +14,7 @@ emoticons = {
'stare.png': [':-|', ':|'],
'devil.png': [']:->', '>:-)', '>:)', '(6)'],
'tongue.png': [':-P', ':P', ':-þ', ''],
'oh.png': ['=-O', ':-O', ':O', 'O.O', 'O_O'],
'oh.png': ['=-O', ':-O', ':O'],
'heart.png': ['<3', '(L)', '*IN LOVE*'],
'lion.png': [':3', '>:3'],
'pussy.png': ['(@)', '=^.^='],
......@@ -42,4 +42,4 @@ emoticons = {
'puke.png': [':-!'],
}
# vim: se ts=3:
\ No newline at end of file
# vim: se ts=3:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment