you can set a timer to moferate that channel (and deop/devoice everyone)
you could set a %var with a timer .timerignore 21:00 1 1 set -u300 %ignore 1
on ^*:text:*:#channelname:{
if (%ignore) { haltdef }
}

something along these lines should work