I need a script that auto voice ppl between 11pm and 8am in my channel.
I know how to make a auto voice script but don't know how to includes those time range in my script

Can someone help?
proc pub:onjoin {nick uhost hand chan} {
putserv "MODE $chan +v $nick"
return 1
}