Added more smileys and corrected others.

This commit is contained in:
Jeremiah Ticket 2016-10-02 10:15:36 -08:00
parent 1d7ba49e92
commit 0c3c8354ba

View File

@ -18,7 +18,7 @@ class punctuationManager():
self.punctuation = {
'levels':{
'NONE': '',
'SOME': '.-$~+*-/\\@',
'SOME': '#-$~+*-/\\@',
'MOST': '.,:-$~+*-/\\@!#%^&*()[]}{<>;',
'ALL': string.punctuation,
},
@ -57,9 +57,10 @@ class punctuationManager():
'=':'equals',
},
'customDict':{
':)':'smile',
';)':'twinker',
':)':'smiley',
';)':'winking face',
'XD':'loool',
':@':'angry face',
':D':'lought'
}
}