diff options
-rw-r--r-- | Plugin/DevNull.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin/DevNull.pm b/Plugin/DevNull.pm index e8a51e7..b29a71a 100644 --- a/Plugin/DevNull.pm +++ b/Plugin/DevNull.pm @@ -22,7 +22,7 @@ sub configure { sub hush { my ($self, $irc, $logger, $who, $where, $rest, @arguments) = @_; - $run_command->($rest); + $run_command->($rest, $who, $where); return; } |