3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-26 05:49:27 +01:00

Remove ancient obsoleted -1 check on Nickserv account

This commit is contained in:
Pragmatic Software 2015-03-27 04:09:39 -07:00
parent 7f87730de8
commit 9140cbec07

View File

@ -95,7 +95,6 @@ sub get_baninfo {
my ($self, $mask, $channel, $account) = @_;
my ($bans, $ban_account);
$account = undef if $account eq '-1';
$account = lc $account if defined $account;
if ($self->{pbot}->{registry}->get_value('bantracker', 'debug')) {