mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Allow :p
to show a tongue as well as :P
This commit is contained in:
parent
af931f0444
commit
d55dc3dd99
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
':\'(' : 'cry',
|
||||
':\'-(' : 'cry',
|
||||
':-\'(' : 'cry',
|
||||
':p' : 'stuck_out_tongue',
|
||||
':P' : 'stuck_out_tongue',
|
||||
':-P' : 'stuck_out_tongue',
|
||||
':O' : 'open_mouth',
|
||||
|
|
Loading…
Reference in a new issue