updated safe chat strings
This commit is contained in:
parent
830efeafd2
commit
05c4f98f63
|
|
@ -384,13 +384,14 @@ local Chat = {
|
|||
['I can\'t decide'] = true,
|
||||
['Hmm...'] = true
|
||||
},
|
||||
[':-)'] = {
|
||||
[':-('] = true,
|
||||
['Emoticons'] = {
|
||||
[':)'] = true,
|
||||
[':('] = true,
|
||||
[':D'] = true,
|
||||
[':-O'] = true,
|
||||
[':O'] = true,
|
||||
['lol'] = true,
|
||||
['=D'] = true,
|
||||
['D='] = true,
|
||||
[':X'] = true,
|
||||
['DX'] = true,
|
||||
['XD'] = true,
|
||||
[';D'] = true,
|
||||
[';)'] = true,
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
version-000000004
|
||||
version-000000005
|
||||
Loading…
Reference in New Issue