diff options
Diffstat (limited to 'Plugin/Echo.pm')
-rw-r--r-- | Plugin/Echo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin/Echo.pm b/Plugin/Echo.pm index 2cd59fc..ba66c48 100644 --- a/Plugin/Echo.pm +++ b/Plugin/Echo.pm @@ -13,7 +13,7 @@ sub configure { } sub echo { - my ($self, $irc, $logger, $who, $where, $rest, @arguments) = @_; + my ($self, $irc, $logger, $who, $where, $ided, $rest, @arguments) = @_; return $rest; } |