diff --git a/PBot/ChanOps.pm b/PBot/ChanOps.pm index 24dc9b30..725f67e2 100644 --- a/PBot/ChanOps.pm +++ b/PBot/ChanOps.pm @@ -337,7 +337,7 @@ sub checkmute { $result .= "for $reason " if defined $reason; $result .= "($duration remaining)"; - return "$mask has $duration remaining on their $channel mute"; + return $result; } else { return "$mask has no mute timeout."; }