Added more smileys and corrected others.
This commit is contained in:
parent
1d7ba49e92
commit
0c3c8354ba
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user