Originally Posted By: Ash44455666
thanks, it definately worked. would you know how I could set a channel to autovoice anyone who enters?


/avoice command allows you to add the people you want however if you want everyone to be voiced as they enter your channel then

on *:JOIN:#:{
if ($me isop #) { mode # +v $nick }
}


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }