put this in remote:

menu nicklist {
add friend: auser friend $address($$1,1)
}
on *:JOIN:#:{
if ($level($address($nick,1)) != friend) {
mode # +b $address($nick,1)
kick # $nick sorry not a friend
}
}


new username: tidy_trax