Add !AUTOREPLY

This commit is contained in:
SilicaAndPina 2021-07-03 19:26:52 +12:00
parent c17dc3e8bd
commit 699353f2d1
7 changed files with 123 additions and 35 deletions

View file

@ -62,18 +62,21 @@
"buddy_request":"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).",
"click_nothing_message":"Nothing interesting here...",
"playtime_timeout":"You have run out of playtime for now. In one minute you will be disconnected. You gain one minute of playtime every 8 minutes. Please come back later!",
"random_movement":"You are sooo <B>%STAT%</B>. You wander dizzily in a different direction.",
"movement_key":[
{"stat":"THIRSTY", "msg":"dizzily"},
{"stat":"HUNGERY", "msg":"stumble"},
{"stat":"TIREDNESS", "msg":"???"}
],
"random_movement":"You are sooo <B>%STAT%</B>. You wander %MSG% in a different direction.",
"movement_key":{
"thirsty":"dizzily"},
"hungery":"stumble"},
},
"incorrect_password":"Incorrect. You will have to find the correct answer somewhere...",
"player_here":"%USERNAME% here",
"no_telescope":"You do not have a telescope to use! You try making circles with your hands and placing them in front of one eye, but it is of minimal aid...",
"starved_horse":"You have been sent to Prison Isle for starving one of your horses! They have been fed for you.",
"message_queue":"<B>OFFLINE MESSAGE:</B>",
"random_event_prefix":"<B>A RANDOM EVENT HAS OCCURRED:</B> ",
"auto_reply":{
"too_long":"Auto-reply too long.",
"contains_violations":"There were chat violations in the AutoReply. NOT SETUP."
},
"timed_messages":{
"rng_message":["Don't forget to pet your kitty/dog/fish/stuffed animal.",
"Don't forget to stretch once in a while.", "Are you running late for school/work?!?!",
@ -1219,6 +1222,8 @@
"seperator":"<BR>",
},
"chat":{
"dm_moderator":"[<FONT COLOR='#006600'>mod</FONT>]",
"dm_autoreply":"[autoreply]",
"for_others":{
"global_format":"<FONT COLOR='#880000'><B>%USERNAME%:</B> %MESSAGE%</FONT>",
"global_format_moderator":"<FONT COLOR='#006600'><B>%USERNAME%:</B> %MESSAGE%</FONT>",
@ -1229,8 +1234,7 @@
"here_format":"<FONT COLOR='#222222'><B>%USERNAME%:</B> %MESSAGE%</FONT>",
"near_format":"<B>%USERNAME%:</B> %MESSAGE%",
"isle_format":"<B>%USERNAME%:</B> %MESSAGE%",
"dm_format":"<FONT COLOR='#0000FF'><B>%USERNAME%:</B> %MESSAGE%</FONT>",
"dm_format_moderator":"<FONT COLOR='#0000FF'><B>%USERNAME%[<FONT COLOR='#006600'>mod</FONT>]:</B> %MESSAGE%</FONT>"
"dm_format":"<FONT COLOR='#0000FF'><B>%USERNAME%%FORMATPART%:</B> %MESSAGE%</FONT>",
},
"for_sender":{
@ -1241,7 +1245,7 @@
"mod_format":"<FONT COLOR='#880000'><B>%USERNAME%:</B> %MESSAGE%</FONT> [%AMOUNT% mods]",
"admin_format":"<FONT COLOR='#800000'><B>%USERNAME%:</B> %MESSAGE%</FONT> [%AMOUNT% admins]",
"friend_format":"<FONT COLOR='#CC00CC'><B>%USERNAME%:</B> %MESSAGE%</FONT> [%AMOUNT% buds]",
"dm_format":"<FONT COLOR='#0000FF'><B>%FROMUSER%>%TOUSER%:</B> %MESSAGE%</FONT>"
"dm_format":"<FONT COLOR='#0000FF'><B>%FROMUSER%%FORMATPART%>%TOUSER%:</B> %MESSAGE%</FONT>"
},
"filter":[
{"word":"anal","reason_type":"profanity","match_all":false},