aboutsummaryrefslogtreecommitdiff
path: root/Plugin/URL_Title.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/URL_Title.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/URL_Title.pm')
-rw-r--r--Plugin/URL_Title.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Plugin/URL_Title.pm b/Plugin/URL_Title.pm
index 1cdf44d..6e0d775 100644
--- a/Plugin/URL_Title.pm
+++ b/Plugin/URL_Title.pm
@@ -80,4 +80,8 @@ sub message
my $composed_title = "$title ($shorturl)";
return $composed_title;
}
+
+sub action {
+ message(@_);
+}
1;