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,

Binary file not shown.

View File

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