I made a script where then jtv notices me "SPECIALUSER [name] subscriber"
Code:
on *:NOTICE:SPECIALUSER & subscriber:?:{
if ($read(reglist.txt,nw,$2) return
msg #mark_paintball Welcome $2 $+ ! looks like you're not on the regular list! I am adding you now :)
write reglist.txt $nick
}
The thing is when it gets noticed here it does not add them to the list or do the message. IS there something wrong in my code?