Notify On Nick

By Tanaka9109 on Jan 24, 2011

This one is fairly simple all you do is copy and paste into remotes and it will notify you if someone says your nick in a channel i.e. if im on #Chat and #Broken talking someone says my name in #chat but im talking in #Broken it will tell me who said my name and what channel. Please note that if you do use multiple networs it will work across networks No it does not spam every channel your in only your active channel

on *:TEXT:*:#: { 
  if ($me isin $1-)  && ($chan != $active) {
    echo -a $gettok(%,1,102) $+  $nick has said your name in $chan $+ . ( $+ $nick $+ : $1- $+ )
  }
}
on *:ACTION:*:#: { 
  if ($me isin $1-)  && ($chan != $active) {
    echo -a $gettok(%,1,102) $+  $nick has done an action with your name in $chan $+ . (• $nick $1- $+ )
  }
}

Comments

Sign in to comment.
Zen Firework   -  Jan 24, 2011

and a bit of flood control? :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.