updated safe chat strings

This commit is contained in:
Thomas G 2022-07-11 04:47:58 +10:00
parent 830efeafd2
commit 05c4f98f63
3 changed files with 8 additions and 7 deletions

View File

@ -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.

View File

@ -1 +1 @@
version-000000004
version-000000005