hey i was wondering insted of bind pub like this
bind pub -|- ${tr}onair login
ect how do we make it so only users on the userlist can so that not the public also the dj command
proc djs {nick host hand chan arg} {
global url pathqstat cc nopub dj
if {[lsearch -exact $nopub [string tolower $chan]] >= 0} {return 0}
if {$arg == ""} {
putserv "PRIVMSG #or-radio :4,1* 14,1 »15,1»14,1»4,1 Current DJ : $dj 14,1 »15,1»14,1» 4,1*"
return 0
}
}
i want to put a Onair Time : The time they have ben onair thing at the end can anyone help me whith that