aboutsummaryrefslogtreecommitdiff
path: root/Plugin/Ping.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Plugin/Ping.pm')
-rw-r--r--Plugin/Ping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin/Ping.pm b/Plugin/Ping.pm
index 2cf46d5..1b43ba0 100644
--- a/Plugin/Ping.pm
+++ b/Plugin/Ping.pm
@@ -13,7 +13,7 @@ sub configure {
}
sub ping {
- my ($self, $irc, $logger, $who, $where, $ided, $rest, @arguments) = @_;
+ my ($self, $irc, $logger, $who, $where, $ided, $rest, $no_reenter, @arguments) = @_;
my $nick = (split /!/, $who)[0];
return "$nick: pong";
}