Op on join:
on @*:join:#: {
if ($nick == NICK) {
mode # +o $nick
}
}
Nick Mentioned alert:
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.