summaryrefslogtreecommitdiff
path: root/xdcc.pl
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2015-01-21 10:56:34 -0500
committerJulie Lala <jules@okfoc.us>2015-01-21 10:56:34 -0500
commit2cef80045e4230e8f10dc0034340248f29c4dcc3 (patch)
tree073f5abb63717f774e2a98746745dfa56b660d35 /xdcc.pl
parent9e548ca0c87232b8becb15ff1f68f247db7bf811 (diff)
whoops used continue instead of next
Diffstat (limited to 'xdcc.pl')
-rw-r--r--xdcc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdcc.pl b/xdcc.pl
index 7edf807..b950efc 100644
--- a/xdcc.pl
+++ b/xdcc.pl
@@ -576,7 +576,7 @@ sub xdcc_is_trusted {
my $user;
for my $channel (@channels) {
if ($channel->{server}->{'name'} ne $server->{'name'}) {
- continue;
+ next;
}
$user = $channel->nick_find($nick);
if ($user && $user->{op}) {