mirror of
https://github.com/pragma-/pbot.git
synced 2025-06-05 06:17:37 +02: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 .= "for $reason " if defined $reason;
|
||||||
$result .= "($duration remaining)";
|
$result .= "($duration remaining)";
|
||||||
|
|
||||||
return "$mask has $duration remaining on their $channel mute";
|
return $result;
|
||||||
} else {
|
} else {
|
||||||
return "$mask has no mute timeout.";
|
return "$mask has no mute timeout.";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user