add some emoticons

This commit is contained in:
chrys 2016-09-29 23:40:37 +02:00
parent 1f5c1a8528
commit 33491136bf

View File

@ -18,7 +18,7 @@ class punctuationManager():
'levels':{ 'levels':{
'1':',', '1':',',
'2':'.', '2':'.',
'3':'.,:-$~+*-/\\@', '3':'.,:-$~+*-/\\@;',
}, },
'punctuationDict':{ 'punctuationDict':{
'&':'and', '&':'and',
@ -55,8 +55,10 @@ class punctuationManager():
'=':'equals', '=':'equals',
}, },
'customDict':{ 'customDict':{
'chrys':'awsome', ':)':'smile',
'cool':'mr chrys' ';)':'twinker',
'XD':'loool',
':D':'lought'
} }
} }
def shutdown(self): def shutdown(self):