aboutsummaryrefslogtreecommitdiff
path: root/Plugin/Antiflood.pm
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-09-10 19:40:37 +1200
committerDavid Phillips <david@sighup.nz>2018-09-10 19:40:37 +1200
commit82c0a3b5add41f952110dd5b3a4bede2642b2537 (patch)
tree1870cf8eaaf6dea505f8f89fd9833ba21fdb3bb7 /Plugin/Antiflood.pm
parenta53eb4b24ffa4746cc219ebda7d1fbd4881c157d (diff)
downloadidalius-82c0a3b5add41f952110dd5b3a4bede2642b2537.tar.xz
Reinstate action handling in modules that need it
Also remove debug logging statements from Jinx.pm
Diffstat (limited to 'Plugin/Antiflood.pm')
-rw-r--r--Plugin/Antiflood.pm4
1 files changed, 4 insertions, 0 deletions
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;