This is wat I have now. Why is it checking from other channels I am in? I think its checking if the nick is register and I get this error msg * nickolai is not on #chat *

raw 307:*: {
if (%autovoice == off) || !%autovoice || ($nick isop #chat) { return }
mode #chat +v $2 | cline #chat $2 }
halt

on *:NICK:{
if (%autovoice == off) || !%autovoice || ($nick isop #chat) { return }
if ($newnick isvoice #chat) { mode #chat -v $newnick }
else { return }
}