Add tag and fix socials crashing

This commit is contained in:
SilicaAndPina 2021-03-08 14:58:06 +13:00
parent b686afed61
commit a116a27f0a
5 changed files with 83 additions and 8 deletions

View file

@ -225,6 +225,10 @@
"buddy_button":"^B1B%PLAYERID%",
"tag_button":"^B1X%PLAYERID%",
"pm_button":"^B1P%PLAYERNAME%",
"tag":{
"tag_player":"<B>TAG!!</B> %PLAYERNAME% is now it! (tagged by %USERNAME%)",
"total_buddies":" [%TOTALBUDDIESON% buds]",
},
"add_buddy":{
"add_pending":"Attempting to Add Buddy. The other player must click ADD BUDDY as well. (Many players reserve this for just a couple players so don't feel insulted if they do not).",
"other_pending":"%PLAYERNAME% is trying to add you as a buddy, click ADD BUDDY to make them a buddy.",
@ -1102,6 +1106,8 @@
{"word":"stfu","reason_type":"profanity","match_all":false},
{"word":"nigga","reason_type":"profanity","match_all":true},
{"word":"homo","reason_type":"profanity","match_all":false},
{"word":"hetero","reason_type":"profanity","match_all":false},
{"word":"heterosexual","reason_type":"profanity","match_all":true},
{"word":"homosexual","reason_type":"profanity","match_all":true},
{"word":"sexual","reason_type":"profanity","match_all":false},
{"word":"penis","reason_type":"profanity","match_all":true},
@ -1118,12 +1124,14 @@
{"word":"whats your age","reason_type":"personal_info","match_all":true},
{"word":"your phone","reason_type":"personal_info","match_all":true},
{"word":"my phone","reason_type":"personal_info","match_all":true},
{"word":"your address","reason_type":"personal_info","match_all":true},
{"word":"my phone","reason_type":"personal_info","match_all":true},
{"word":"phone number","reason_type":"personal_info","match_all":true},
{"word":"home address","reason_type":"personal_info","match_all":true},
{"word":"https","reason_type":"personal_info","match_all":true},
{"word":"//","reason_type":"personal_info","match_all":true},
{"word":".com","reason_type":"personal_info","match_all":true},
{"word":".net","reason_type":"personal_info","match_all":true},
{"word":".org","reason_type":"personal_info","match_all":true},
{"word":"www.","reason_type":"personal_info","match_all":false},
{"word":"http","reason_type":"personal_info","match_all":true},
{"word":"40lb","reason_type":"personal_info","match_all":true}
],
@ -1134,10 +1142,15 @@
{"word":"rofl","new_word":"*rolling on floor laughing*"},
{"word":"ppp","new_word":"*petting a pretty pony*"},
{"word":"wtf","new_word":"what the horse poo!"},
{"word":"wtg","new_word":"!!- Way To Go -!!"},
{"word":"ty","new_word":"thank you"},
{"word":"asl","new_word":"how are you"},
{"word":"omg","new_word":"oh my gosh"},
{"word":"god","new_word":"unicorns"},
{"word":"devil","new_word":"unicorns"},
{"word":"satan","new_word":"unicorns"},
{"word":"jesus","new_word":"unicorns"},
{"word":"allah","new_word":"unicorns"},
{"word":"hell","new_word":"heck"},
{"word":"sex","new_word":"gender"},
{"word":"sexy","new_word":"cute"},
@ -1145,7 +1158,8 @@
{"word":"gay","new_word":"happy"},
{"word":"boob","new_word":"dork"},
{"word":"damn","new_word":"dang"},
{"word":"suck","new_word":"ingurgitate"}
{"word":"suck","new_word":"ingurgitate"},
],
"reason_messages":[
{"name":"profanity","message":"Profanity detected."},