mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +01:00
ChanOps: fix checkmute command
This commit is contained in:
parent
989f072f1a
commit
e8e26512bc
@ -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.";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user