From 7121d8cdb77ebae6f775890a6a38c0ffe448b0bf Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 3 Feb 2016 09:33:50 +0100 Subject: [PATCH] Add reload handler to Events module. This allows to call a Reload by sending the corresponding command via socket. Signed-off-by: Stefan Schantl --- modules/Events.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Events.pm b/modules/Events.pm index cfc785f..b70bbb5 100644 --- a/modules/Events.pm +++ b/modules/Events.pm @@ -12,6 +12,7 @@ my %commands = ( 'block' => \&CallBlock, 'unblock' => \&CallUnblock, 'flush' => \&CallFlush, + 'reload' => \&main::Reload, ); # Hash to store addresses and their current count. -- 2.39.2