PBot: fix `reload blacklist`

This commit is contained in:
Pragmatic Software 2020-06-01 21:48:17 -07:00
parent 243575cc5a
commit 4d87fa1682
1 changed files with 1 additions and 0 deletions

View File

@ -454,6 +454,7 @@ sub cmd_reload {
},
'blacklist' => sub {
$self->{blacklist}->clear_blacklist;
$self->{blacklist}->load_blacklist;
return "Blacklist reloaded.";
},