summaryrefslogtreecommitdiff
path: root/lib/Multi/IRC.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-10-16 07:49:05 +0200
committerYorhel <git@yorhel.nl>2016-10-16 07:49:05 +0200
commit3a576600d0a6e8bbb5e04a30b445f121510817f3 (patch)
tree3c300230eede85e735e10771f679af9a136d1b9b /lib/Multi/IRC.pm
parent2ab67dd6b64424b7aadf2f4e6eb95b06b66ab385 (diff)
Doc update + IRC bot language fix
Diffstat (limited to 'lib/Multi/IRC.pm')
-rw-r--r--lib/Multi/IRC.pm2
1 files changed, 1 insertions, 1 deletions
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);