emotic for exclamation

This commit is contained in:
Elan Ruusamäe 2012-09-19 23:27:25 +02:00
parent 3c561c29ba
commit 51a50e8ed7

View file

@ -309,13 +309,14 @@ class Formatter(FormatterBase):
':D' : ':-D', ':D' : ':-D',
'B)' : ':-D', 'B)' : ':-D',
'B-)' : ':-D', 'B-)' : ':-D',
'|)' : '|-)',
':\\' : ':-\\', ':\\' : ':-\\',
':))' : ':-)', ':))' : ':-)',
':)' : ':-)', ':)' : ':-)',
':(' : ':-(', ':(' : ':-(',
':-))' : ':-)', ':-))' : ':-)',
';)' : ';-)', ';)' : ';-)',
'|)' : '|-)',
'<!>' : ':!:',
}[text] }[text]
except KeyError: except KeyError:
return text return text