aboutsummaryrefslogtreecommitdiff
path: root/Plugin/Titillate.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/Titillate.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/Titillate.pm')
-rw-r--r--Plugin/Titillate.pm4
1 files changed, 4 insertions, 0 deletions
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;