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,
|
||||
|
|
@ -401,7 +402,7 @@ local Chat = {
|
|||
['T_T'] = true,
|
||||
['^_^'] = true,
|
||||
['<(0_0<) <(0_0)> (>0_0)> KIRBY DANCE'] = true,
|
||||
[')\';'] = true,
|
||||
[')\';'] = true,
|
||||
[':3'] = true,
|
||||
['3:'] = true,
|
||||
['>:3'] = true,
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
version-000000004
|
||||
version-000000005
|
||||
Loading…
Reference in New Issue