Op on join:
Code:
on @*:join:#: {
  if ($nick == NICK) {
    mode # +o $nick
  }
}

Nick Mentioned alert:
Code:
on *:text:*:#: {
  if ($me isin $1-) {
    echo -at  » $nick has mentioned you in $chan
  } 
}


EDIT: I added the -t switch to the echo so that if your away, you will know when they said it, and be able to find it in the window where it was said.

Last edited by HAMM3R; 16/06/05 07:02 PM.