using this code you have to set the level of the nick to the same level of tthe code should work.
put something like this in your popup nicklist to manually add the nicks you want the msg to go to
Auto Greet
.Add $$1 To Auto Greet: { .guser 5 $$1 }
.-
.Remove $$1 From Auto Greet: { .ruser 5 $$1 }
.-
.Clear All Auto Greet: { .rlevel 5 }
code:--------------------------------------------------------------------------------
on 5:Join:#:{ //msg $chan Welcome $nick }
--------------------------------------------------------------------------------