diff options
| author | Julie Lala <jules@okfoc.us> | 2015-01-21 10:56:34 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-01-21 10:56:34 -0500 |
| commit | 2cef80045e4230e8f10dc0034340248f29c4dcc3 (patch) | |
| tree | 073f5abb63717f774e2a98746745dfa56b660d35 /xdcc.pl | |
| parent | 9e548ca0c87232b8becb15ff1f68f247db7bf811 (diff) | |
whoops used continue instead of next
Diffstat (limited to 'xdcc.pl')
| -rw-r--r-- | xdcc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}) { |
