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.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/url_title.pm b/plugin/url_title.pm
index 1c376df..9deaae2 100644
--- a/plugin/url_title.pm
+++ b/plugin/url_title.pm
@@ -18,7 +18,7 @@ sub configure {
sub message
{
- my ($self, $logger, $me, $who, $where, $raw_what, $what) = @_;
+ my ($self, $logger, $me, $who, $where, $raw_what, $what, $irc) = @_;
my $url;
if ($what =~ /(https?:\/\/[^ ]+)/i) {