From 82c0a3b5add41f952110dd5b3a4bede2642b2537 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 10 Sep 2018 19:40:37 +1200 Subject: Reinstate action handling in modules that need it Also remove debug logging statements from Jinx.pm --- Plugin/Antiflood.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Plugin/Antiflood.pm') diff --git a/Plugin/Antiflood.pm b/Plugin/Antiflood.pm index 3a79d0d..fbd77a5 100644 --- a/Plugin/Antiflood.pm +++ b/Plugin/Antiflood.pm @@ -35,4 +35,8 @@ sub message { } return; } + +sub action { + message(@_); +} 1; -- cgit v1.1