From c864470d4cf49249c6b4c0e412d9a060024d656e Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 29 Jul 2018 22:38:55 +1200 Subject: Add missing arguments to modules --- Plugin/Map.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugin/Map.pm') diff --git a/Plugin/Map.pm b/Plugin/Map.pm index 9ca8cef..4bd65a6 100644 --- a/Plugin/Map.pm +++ b/Plugin/Map.pm @@ -22,7 +22,7 @@ sub configure { } sub map { - my ($self, $logger, $who, $where, $rest, @arguments) = @_; + my ($self, $irc, $logger, $who, $where, $rest, @arguments) = @_; my ($command, $subjects) = ($rest =~ /^(.+?)\s+(.*)$/); return "[]" unless $subjects; -- cgit v1.1