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