summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/docs/68
-rw-r--r--lib/Multi/IRC.pm2
2 files changed, 8 insertions, 2 deletions
diff --git a/data/docs/6 b/data/docs/6
index 2e88f1bc..e2aa9c42 100644
--- a/data/docs/6
+++ b/data/docs/6
@@ -66,7 +66,13 @@
Not here. We do not provide any links to direct downloads, torrents or
other means of downloading games. We do, however, link to the official
homepages of the producers, who may provide free trials or even full
- game downloads.
+ game downloads.<br />
+ <br />
+ Our stance on piracy is that patches and downloads that have modifications to
+ the game's contents are allowed. This includes translation patches and
+ restoration patches. Any downloads, tools, cracks or codes that have the sole
+ purpose of avoiding the purchase of a game are considered piracy and should
+ not be discussed on this site.
</p>
diff --git a/lib/Multi/IRC.pm b/lib/Multi/IRC.pm
index 3da7e31b..5eaf6355 100644
--- a/lib/Multi/IRC.pm
+++ b/lib/Multi/IRC.pm
@@ -521,7 +521,7 @@ sub command {
my $id = lc $irc->nick_ident($nick);
if($cmd->[0] && !grep $id eq lc $_, @{$O{masters}}) {
- $irc->send_msg(PRIVMSG => $chan, 'I am not your master!');
+ $irc->send_msg(PRIVMSG => $chan, 'You are not my master!');
return 1;
}
$cmd->[2]->($nick, $chan, $arg);