From 0168a87290dccb8548b4943aca6a43b1a2567a96 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 17 Sep 2018 17:50:53 +1200 Subject: Add must_id functionality back Fixes regression in acc3dd54a4c861e2cb02f0c3cb29ea40ce16f706 --- Plugin/DevNull.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Plugin/DevNull.pm') 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; } -- cgit v1.1