summaryrefslogtreecommitdiff
path: root/xdcc.pl
diff options
context:
space:
mode:
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}) {