diff options
Diffstat (limited to 'Plugin/URL_Title.pm')
-rw-r--r-- | Plugin/URL_Title.pm | 4 |
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; |