aboutsummaryrefslogtreecommitdiff
path: root/Plugin/URL_Title.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Plugin/URL_Title.pm')
-rw-r--r--Plugin/URL_Title.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Plugin/URL_Title.pm b/Plugin/URL_Title.pm
index 6e0d775..53d6326 100644
--- a/Plugin/URL_Title.pm
+++ b/Plugin/URL_Title.pm
@@ -27,7 +27,7 @@ sub start_handler
"tagname,self");
}
-sub message
+sub on_message
{
my ($self, $logger, $me, $who, $where, $raw_what, $what, $irc) = @_;
my $url;
@@ -81,7 +81,7 @@ sub message
return $composed_title;
}
-sub action {
- message(@_);
+sub on_action {
+ on_message(@_);
}
1;