nick alert

By RoninWarrior on Dec 14, 2005

load into remotes and save file on text,action,notice nick alert whn any one says your nick it will alert you. with a notice in active window.use with multi channels at 1 time.

on *:text:*:#: {
  inc %nick.alert.msg
  if ($chan == $active) { halt }
  if ($me isin $1-) { echo -a Notice [ $+ $nick $+ ] in [ $+ # $+ ] said: $1- }
}
on *:action:*:#: {
  inc %nick.alert.msg
  if ($chan == $active) { halt }
  if ($me isin $1-) { echo -a Notice [ $+ $nick $+ ] in [ $+ # $+ ] said: $1- }
}
on *:notice:*:#: {
  inc %nick.alert.msg
  if ($chan == $active) { halt }
  if ($me isin $1-) { echo -a Notice [ $+ $nick $+ ] in [ $+ # $+ ] said: $1- }
}

Comments

Sign in to comment.
irchainscriptz   -  Dec 13, 2008

yup nice and simple and direct. I made one also but with a dilaog showing & Sound hm should post lol

 Respond  
Jbyrd   -  Dec 12, 2008

i had to change it some to get it to work right

[ $+ $nick $+ ] in [ $+ # $+ ] said: $1- }

Gave me this>> Notice$nickin#said: Jim_Jones this is a test

I changed it to this >> Notice [ $nick ] in [ # ] said: $1- }
and it works i get this >>> Notice Jbyrd in #MircSounds said: Jim_Jones this is a test

 Respond  
celticsoldier   -  Mar 22, 2006

Why you add the \"inc %nick.alert.msg\"?
No need for?

 Respond  
No0ne   -  Dec 22, 2005

Looks like you put \')\' and \'(\' in place of some brackets. Other then that, looks good.

 Respond  
RoninWarrior   -  Dec 15, 2005

most deffitnly tribe and care taker i got the idea to do this , this way through all of them from this site im still learning alot thanks

 Respond  
CaRe_Taker   -  Dec 15, 2005

Nice i like this :)
Very clean
Good job

 Respond  
tribe   -  Dec 14, 2005

Simple code, that could help some beginers.

 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.