lmao err0r, you still havent changed. 
I'm agreeing with err0r here though on the if-then-else choices.
Set it like
on *:JOIN:#:{
if ($level($nick) == Admin) { msg $chan Welcome Admin $nick }
elseif ($level($nick) == Remote) { msg $chan Welcome $nick $+ , you have Remote Access. }
elseif ($level($nick) == Kicklist) { access $chan add deny $nick 60 :Kicklist | kick $chan $nick Kicklisted }
}
Its also a little quicker at times using just a single on join statement for multiple things that are mostly the same.
Ignore err0r on the variables though 
Edit: Its been awhile since I've used /access, so I might have it backwords between the mask and time 
Also edit: Mail, wouldn't that cause a 'ON is not a valid command' styled error? ;\ It always did when I screwed up brackets..
Edited Jul 29, 2004 2:40 AM by Antics