summaryrefslogtreecommitdiffstats
path: root/config-default/commands.xml
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2014-04-23 21:23:24 +0400
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2014-04-23 21:23:24 +0400
commita5cc8dfc51dcc4afb49e4f0e23fde77b94a92ed3 (patch)
tree90e03d5e0eb0e49e26acbcc292febb83aa9173f8 /config-default/commands.xml
parentcd629c352418b569d03289a14f652f63f79f8a91 (diff)
remove static patch info for Net-IRC in favor of just having our own copy in here
Diffstat (limited to 'config-default/commands.xml')
-rw-r--r--config-default/commands.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default/commands.xml b/config-default/commands.xml
index db04442..ccb02e6 100644
--- a/config-default/commands.xml
+++ b/config-default/commands.xml
@@ -552,7 +552,7 @@
$tgt = lc $1 if (defined($1));
my $msg = $1;
$msg = $2 if defined($2);
- unless (defined($::sc{$tgt}{users}{lc $event->{nick}})) {
+ unless (lc $tgt ~~ $::sn{lc $event->{nick}}->{mship}) {
return; #they're not on the channel they're calling !ops for
}
unless (defined($::ignored{$tgt}) && ($::ignored{$tgt} >= $::RISKS{'opalert'})) {