3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

PBot: reload: replace whitelist with ban-exemptions

This commit is contained in:
Pragmatic Software 2020-02-11 21:19:31 -08:00
parent bee6e18b8e
commit 382d15b975

View File

@ -431,10 +431,10 @@ sub reload {
return "Blacklist reloaded."; return "Blacklist reloaded.";
}, },
'whitelist' => sub { 'ban-exemptions' => sub {
$self->{antiflood}->{whitelist}->clear; $self->{antiflood}->{'ban-exemptions'}->clear;
$self->{antiflood}->{whitelist}->load; $self->{antiflood}->{'ban-exemptions'}->load;
return "Whitelist reloaded."; return "Ban exemptions reloaded.";
}, },
'ignores' => sub { 'ignores' => sub {