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