Nick Highlight

By PowerScripters on Jan 09, 2010

If someone say your nick on a channel you see a Popup where and who your name sayd.

Image

on ^*:TEXT:*:#:{
  if ($me isin $1-) {
    var %qtip $tip(highlight,Highlight on $chan,» $nick has highlighted you in $chan $chr(40) $+ $time $+ $chr(41))
 }
}

Comments

Sign in to comment.
spartan23   -  Sep 24, 2011

nice

 Respond  
TMFKSOFT   -  Dec 09, 2010

YESYEYSYSY! I love you! I've been after that yellow opup for ages :) TY!

 Respond  
Jethro   -  Jul 04, 2010

I'll stress time and again, using $me isin $1- will result a false positive.

 Respond  
SnoooP   -  Jul 04, 2010

It doesn't matter what nick you are using this will still go hilight you, $me is your current nickname so even if you are using three different nicknames on different networks it will still work.

 Respond  
rayrayray   -  Jul 02, 2010

Okay i need one for me, because i use 3 nicks can anyone re-wright it and post it me in mail, i would thank you ever so much

 Respond  
gooshie   -  Feb 07, 2010

jackster35-1
Try this one. I wrote it so it does not notify if you are in the channel or private so it is not as annoying. Has a few other features also.

 Respond  
jackster35-1   -  Feb 07, 2010

pisses you off after a while :|

 Respond  
slub77   -  Feb 07, 2010

glad i could help

 Respond  
nuckleu   -  Feb 07, 2010

tks slub77 ;) it`s working with your code

 Respond  
nuckleu   -  Feb 07, 2010

i use the original code and its works but its for short time :) yep y want to stay that window little bit longer maybe 1 minute

 Respond  
slub77   -  Feb 07, 2010

more time? what so the bubble stays up longer?

use:

$tip(highlight,Highlight on $chan,» $nick has highlighted you in $chan $chr(40) $+ $time $+ $chr(41),20)

That will keep it up for 20 seconds:

alaso why do you use var? why not use noop lol, i fount that out the other day, after i kept getting UNKNOWN COMMAND 1

 Respond  
nuckleu   -  Feb 07, 2010

you can add more time for this highligt ? please help me :) good job :)tks

 Respond  
Banana-Jamma   -  Jan 14, 2010

Hey I added this into my Toxified-IRC script im making. I Think this is great especially when you're not on irc and you're doing something else you just see someone highlighted you. Its great. Good job. =]

 Respond  
slub77   -  Jan 10, 2010
 Respond  
gooshie   -  Jan 10, 2010

slub77
GMTA.. when you have time check out the alert script I posted last week. And btw, PowerScripters, this isn't really a 'highlight' script...

 Respond  
slub77   -  Jan 10, 2010

1.WOW you made this at 58 min in the morning 0-o

2,Prepare as i re-do it!

on *:TEXT:*:#:{
  if $me isin $1- {
    if !$appactive { noop : $tip(Channel,Channel $chan : Time $time ,$me someone has said your name: $nick : $1- ,1)  } 
    else { halt }
  } 
}

on *:TEXT:*:?:{
  if !$appactive { noop : $tip(Channel,Private message : Time $time ,$me someone has said your name: $nick : $1-  )  } 
  else { halt }
} 

What about that one, it will tell you if someone sends you a private message or says your name, but only if mirc is not the active window :)

 Respond  
SnoooP   -  Jan 09, 2010

ah ok, thanks

 Respond  
sunslayer   -  Jan 09, 2010

he used that to avoid anything from being echoed when using $tip

 Respond  
SnoooP   -  Jan 09, 2010

var %qtip <--- why is that even used? :S

 Respond  
sunslayer   -  Jan 09, 2010

i try to keep as close to the original code as needed

 Respond  
gooshie   -  Jan 09, 2010

sunslayer
That's what I was gonna post.. lol
Also, no need for '^'

 Respond  
sunslayer   -  Jan 09, 2010

you can use the /noop command instead of /var %qtip

on ^*:TEXT:$($+(*,$me,*)):#:.noop $tip(highlight,Highlight on $chan,» $nick has highlighted you in $chan $chr(40) $+ $time $+ $chr(41))
 Respond  
PowerScripters   -  Jan 09, 2010

Thanks for your +1 like ;)

 Respond  
jsg55   -  Jan 09, 2010

pretty cool :)

 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.