aboutsummaryrefslogtreecommitdiff
path: root/Plugin/Echo.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Plugin/Echo.pm')
-rw-r--r--Plugin/Echo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin/Echo.pm b/Plugin/Echo.pm
index f5225fe..d739a60 100644
--- a/Plugin/Echo.pm
+++ b/Plugin/Echo.pm
@@ -13,7 +13,7 @@ sub configure {
}
sub echo {
- my ($self, $irc, $logger, $who, $where, $ided, $rest, @arguments) = @_;
+ my ($self, $irc, $logger, $who, $where, $ided, $rest, $no_reenter, @arguments) = @_;
return $rest;
}