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
1 changed files with 0 additions and 1 deletions

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')) {