mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 11:12:42 +01:00
PBot: reload
: replace whitelist with ban-exemptions
This commit is contained in:
parent
bee6e18b8e
commit
382d15b975
@ -431,10 +431,10 @@ sub reload {
|
||||
return "Blacklist reloaded.";
|
||||
},
|
||||
|
||||
'whitelist' => sub {
|
||||
$self->{antiflood}->{whitelist}->clear;
|
||||
$self->{antiflood}->{whitelist}->load;
|
||||
return "Whitelist reloaded.";
|
||||
'ban-exemptions' => sub {
|
||||
$self->{antiflood}->{'ban-exemptions'}->clear;
|
||||
$self->{antiflood}->{'ban-exemptions'}->load;
|
||||
return "Ban exemptions reloaded.";
|
||||
},
|
||||
|
||||
'ignores' => sub {
|
||||
|
Loading…
Reference in New Issue
Block a user