mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-20 03:39:16 +12:00
implement some user input length checks.
This commit is contained in:
parent
323d5f4408
commit
fc10d85d27
5 changed files with 44 additions and 9 deletions
|
@ -49,13 +49,24 @@
|
|||
"motd_format":"<FONT COLOR='#FF0000'><B>Today's Note:</B> %MOTD%</FONT>",
|
||||
"login_format":"Player %USERNAME% has logged in",
|
||||
"logout_format":"Player %USERNAME% has disconnected",
|
||||
"profile_save":"Your profile changes were saved.",
|
||||
"profile":{
|
||||
"save":"Your profile changes were saved.",
|
||||
"too_long":"Profile TOO LONG, 4,000 char max!",
|
||||
"blocked":"Profile NOT SAVED, Chat Violations Present! (%REASON%)",
|
||||
|
||||
"profanity":"Profanity detected.",
|
||||
"personal_info":"No giving out personal info/websites.",
|
||||
},
|
||||
"private_notes_save":"Saved Private Notes.",
|
||||
"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":"???"}],
|
||||
"movement_key":[
|
||||
{"stat":"THIRSTY", "msg":"dizzily"},
|
||||
{"stat":"HUNGERY", "msg":"stumble"},
|
||||
{"stat":"TIREDNESS", "msg":"???"}
|
||||
],
|
||||
"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...",
|
||||
|
@ -593,6 +604,7 @@
|
|||
"unowned_ranch_click":"Unowned Ranch",
|
||||
"click_message":"%USERNAME%'s %TITLE%",
|
||||
|
||||
"no_dorothy_shoes":"You do not have Dorothy Shoes. They come with a ranch.",
|
||||
"dorothy_message":"There's no place like home... There's no place like home...",
|
||||
"dorothy_prison_isle":"You tap them together a bunch of times, but nothing.. They don't work here!",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue