emotic for exclamation
This commit is contained in:
parent
3c561c29ba
commit
51a50e8ed7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue