From 0b80f3d591bcff4815b3668c88a838f391a8f017 Mon Sep 17 00:00:00 2001 From: ANAND Date: Sun, 15 Sep 2019 00:53:56 +0800 Subject: [PATCH] Add explicit rule against spamming and all-caps (#1) * Add explicit rule against spamming and all-caps * Update init.lua --- init.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/init.lua b/init.lua index 694512a..1c230c4 100644 --- a/init.lua +++ b/init.lua @@ -4,30 +4,30 @@ rules = {} --- Kpenguin, Thomas-S, Dragonop, stormchaser3000, Calinou, sparky/ircSparky. local items = { "By playing on this server you agree to these rules:", "", - "1. No swearing, dating, or other inappriopriate behaviour..", - "2. Don't be a cheater. No hacked clients.", - "3. Don't excessively spawnkill. Some spawn killing to stop players chasing", + "1. No swearing, dating, or other inappriopriate behaviour.", + "2. No spamming, using all-caps, or any other method of chat abuse.", + "3. Don't be a cheater. No hacked clients.", + "4. Don't excessively spawnkill. Some spawn killing to stop players chasing", " the flag bearer is OK, but hogging the flag and repeatedly killing", " the same players definitely isn't.", - "4. Don't be a traitor. Don't:", + "5. Don't be a traitor. Don't:", " a. Dig blocks in your base to make it less secure or", " to trap team mates on purpose.", " b. Help the other team win.", " c. Change teams.", - "5. Don't impersonate other community members.", - "6. Don't share your password with anyone.", - "7. Moderator decisions are final.", + "6. Don't impersonate other community members", + "7. Do not share your password with ANYONE.", + "8. Moderator decisions are final.", "", "Failure to follow these rules may result in a kick or ban", " (temp or permanent) depending on severity.", "", "Developed and hosted by rubenwardy", - "Moderators: Thomas-S, ANAND, IceAgeComing, Waterbug, DragonGirl,", + "Moderators: Thomas-S, ANAND, IceAgeComing, Waterbug, DragonsVolcanoDance,", " Gael-de-Sailly, Shara, Calinou, Aurika, Lone_Wolf, Xenon", "", "Though the server owner will not actively read private messages or disclose",