Thanks it works now...
how about auto voice when its on level 50?
on join ???
on @50:join:#: {
mode $chan +v $nick
}
@ makes it only work when you are opped so you won't get an error.
50 makes it trigger only on levels 50 and higher.
Feel free to set a specific channel, or channels, or just leave it as-is, so it works on all channels. Because it requires you to be opped to do anything, it won't affect any channels that you aren't an op in, so it should be fine not to specify a channel or channels if you don't want to.