]> git.ipfire.org Git - people/stevee/guardian.git/blobdiff - modules/Events.pm
Add ability to reload the ignore list.
[people/stevee/guardian.git] / modules / Events.pm
index e7699678cd0719c05c9b20ba1d4aa462095361e6..376438fb25681119ac6df1537e046d8994f01a1d 100644 (file)
@@ -13,6 +13,7 @@ my %commands = (
        'unblock' => \&CallUnblock,
        'flush' => \&CallFlush,
        'reload' => \&main::Reload,
        'unblock' => \&CallUnblock,
        'flush' => \&CallFlush,
        'reload' => \&main::Reload,
+       'reload-ignore-list' => \&main::ReloadIgnoreList,
 );
 
 # Hash to store addresses and their current count.
 );
 
 # Hash to store addresses and their current count.