aboutsummaryrefslogtreecommitdiff
path: root/Plugin/DevNull.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Plugin/DevNull.pm')
-rw-r--r--Plugin/DevNull.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugin/DevNull.pm b/Plugin/DevNull.pm
index 0565aec..b1087f1 100644
--- a/Plugin/DevNull.pm
+++ b/Plugin/DevNull.pm
@@ -17,9 +17,9 @@ sub configure {
}
sub hush {
- my ($self, $irc, $logger, $who, $where, $rest, @arguments) = @_;
+ my ($self, $irc, $logger, $who, $where, $ided, $rest, @arguments) = @_;
- $run_command->($rest, $who, $where);
+ $run_command->($rest, $who, $where, $ided);
return;
}