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/Titillate.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Plugin/Titillate.pm') diff --git a/Plugin/Titillate.pm b/Plugin/Titillate.pm index a694fcb..fe31ba3 100644 --- a/Plugin/Titillate.pm +++ b/Plugin/Titillate.pm @@ -32,4 +32,8 @@ sub message { } return $gathered; } + +sub action { + message(@_); +} 1; -- cgit v1.1