script looks like this now


on @*:JOIN:#popular:{
.timer 1 2 /.notice # my text
if $regex($nick,/^nick\d+$/i) {
.timer 1 5 if ( # ischan) /.notice # $nick $+ : change nick write /nick yournick
}
}

what should i change if i want that it shows only to that guy who comes in not to all in chat??