3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

ChanOps: fix checkmute command

This commit is contained in:
Pragmatic Software 2020-02-01 01:03:16 -08:00
parent 989f072f1a
commit e8e26512bc

View File

@ -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.";
}