aboutsummaryrefslogtreecommitdiff
path: root/Plugin/Map.pm
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-07-29 22:38:55 +1200
committerDavid Phillips <david@sighup.nz>2018-07-29 22:38:55 +1200
commitc864470d4cf49249c6b4c0e412d9a060024d656e (patch)
tree6afc392ae2f49a954f0797740f4f86bd128e29d3 /Plugin/Map.pm
parentc0ff50bd5082bb6c7093d907864dd799d52c5a98 (diff)
downloadidalius-c864470d4cf49249c6b4c0e412d9a060024d656e.tar.xz
Add missing arguments to modules
Diffstat (limited to 'Plugin/Map.pm')
-rw-r--r--Plugin/Map.pm2
1 files changed, 1 insertions, 1 deletions
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;