From 2cef80045e4230e8f10dc0034340248f29c4dcc3 Mon Sep 17 00:00:00 2001 From: Julie Lala Date: Wed, 21 Jan 2015 10:56:34 -0500 Subject: whoops used continue instead of next --- xdcc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) { -- cgit v1.2.3-70-g09d2