From 750e51b50aa6cce35128e8125210b4d856619a6b Mon Sep 17 00:00:00 2001 From: The Dax Date: Mon, 14 Jan 2019 19:47:30 -0500 Subject: [PATCH] Update robocop to reflect new rules --- cogs/verification.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cogs/verification.py b/cogs/verification.py index e61d3d9..2bec937 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -58,9 +58,12 @@ welcome_rules = ( 'Trying to evade, look for loopholes, or stay borderline within the rules will be treated as breaking them.', # 9 - 'Absolutely no piracy. There is a zero-tolerance policy and we will enforce this strictly and swiftly.', + 'Absolutely no piracy. Discussion of "backups" or other pirated materials is not permitted, even if you legally own a copy of the game. This is a zero-tolerance, non-negotiable policy, and will be enforced strictly and swiftly.', # 10 + 'Installable homebrew NSPs are not supported here. If you are confused about how to set up homebrew properly (via hbl.nsp), it is fine to ask for assistance.', + + # 11 'The first character of your server nickname should be alphanumeric if you wish to talk in chat.' )