on *:join:#dutch: { if ($address == %user) mode #dutch +s
} }
on *:part:#dutch { if ($address == %user) mode #dutch -s
} }
on *:quit { if ($address == %user) { mode #dutch -s
} }

i tried this with a variable that..
this works with user adress..
but now i want to make an add function for the user list with a level..

the on join will than contain the userlevel like on 9999:join set +s

but i cannot get seem to get how the add thing works.. and my userlists doesn't seem to get the useradress in my userlist..
when for example i use this

remote:
on 9999:join:#dutch: { mode #dutch +s
}
users:
9999:crazy.person@undersiege.net
or something like that.. when the person with that adress joins the script just halts and does nothing..
next to that i want a add user which will whois someone and adds the useraddress itself..

if anyone could help me with this i would be much obliged smile