You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monitor.log(`[CrisisMonitor] Trusted user ${targetUser.name}${(targetUser.trusted!==targetUser.id ? ` (${targetUser.trusted})` : ``)} was roombanned from ${room.roomid} by ${user.name}, and should probably be demoted.`);
789
790
}
790
791
792
+
constdurationMsg=week ? 'a week' : Chat.toDurationString(ROOMBAN_DURATION);
793
+
791
794
if(targetUser.idinroom.users||user.can('lock')){
792
795
targetUser.popup(
793
796
`|modal||html|<p>${Utils.escapeHTML(user.name)} has banned you from the room ${room.roomid} `+
794
-
`${(room.subRooms ? ` and its subrooms` : ``)}${week ? ' for a week' : ''}.`+
797
+
`${(room.subRooms ? ` and its subrooms` : ``)}for ${durationMsg}.`+
0 commit comments