Useful script

By MAcMAD on Feb 15, 2007

Just add this to your remotes. Its will tell you when someone says your nickname in a channel which is not active. Its quiet usefull.

on *:text:*:#: {
  if ( ($istok($1-,$me,32) == $true) && ($chan != $active) ) {
    echo -a 4( $asctime(HH:nn:ss) 4)7 You're nick was said in4 $chan 7by4 $nick 7on4 $server 
  }
  else halt
}
on *:action:*:#: {
  if ( ($istok($1-,$me,32) == $true) && ($chan != $active) ) {
    echo -a 4( $asctime(HH:nn:ss) 4)7 You're nick was said in4 $chan 7by4 $nick 7on4 $server 
  }
  else halt
}

Comments

Sign in to comment.
MAcMAD   -  Feb 16, 2010

because its more simple

 Respond  
xplo   -  Nov 10, 2008

why not use the default hilighting system in mirc ?

its way more effective then this piece of snitznit

 Respond  
Matt888   -  Nov 10, 2008

One small thing, it should be your not you're. Very nice script, I like it.

 Respond  
MAcMAD   -  Sep 29, 2008

If your active screen is chan1 and your nick is said in chan2 it will notify you that your nick was said in another channel. Helps keep you track of when people are talk to or about you

 Respond  
guest598594   -  Oct 06, 2007

make sure $chan isnt $active, josh

 Respond  
Joshuaxiong1   -  Oct 06, 2007

This script look cool but I can\'t firgure to make it work. Can you try saying my name in another channel to see if it work. ms send me if you are already.

 Respond  
AHBARAR   -  Jun 03, 2007

i think u did a good work my freind even if all complains about colour .. u did good .. for others ppl complaining abt colours u can take the colours off by ur self why he should ..Keep Ur Good Work >:) i like this 1 and if u can added a sound it will be nice too if some 1 was away

 Respond  
Lindrian   -  Feb 20, 2007

what if ud use echo -at instead of $asctime, since -t shows he current time along with ur theme, i think.

 Respond  
MAcMAD   -  Feb 20, 2007

Good idea I\'ll add that to the script as soon as I can. busy scripting my new game.

 Respond  
DarthReven   -  Feb 19, 2007

I did a script like this for my girlfriend i know she liked the idea of having the script tell you when your nick is said but just echoing the channel or the $active window wasn\'t enought so i added \"beep 2\" as a notifier which i think can help to get attention to the user other then the colors

 Respond  
MAcMAD   -  Feb 18, 2007

I respect you guys that think my script is useful unlike some people only worries about the colour and how short you can keep the script. I prever to keep it long so i know i don\'t make no mistakes.

 Respond  
no_body21   -  Feb 17, 2007

on :text::#: {
if ( ($istok($1-,$me,32)) && ($chan != $active) ) {
echo -a 4( $asctime(HH:nn:ss) 4)7 You\'re nick was said in4 $chan 7by4 $nick 7on4 $server
}
else halt
}

i mean ($istok($1-,$me,32)) can do the trick also but shorter

 Respond  
RusselB   -  Feb 15, 2007

no_body21: Your post is missing a ) which is in the original script.
If you have a point about that part of the script, you should specify your point, question, or comment in your post.

As it is, your post makes no sense to me at all.

 Respond  
no_body21   -  Feb 15, 2007

if ($istok($1-,$me,32) && ($chan != $active) {

 Respond  
leokid   -  Feb 15, 2007

I test it, its very good for the afk. thank you.

 Respond  
APinis   -  Feb 15, 2007

Script works and those colors are ok.

 Respond  
Lindrian   -  Feb 15, 2007

Not everyone is using the same script as you are using, since messes colours up. And most of the people here on hawkee rather keep it clean I suppose, or add their own colours.

Its highly annoying to get a script with colours, belive me. Im just telling you that.

 Respond  
Hawkee   -  Feb 15, 2007

You misspelled \"Useful\" in your snippet title. It only has one l.

 Respond  
xDaeMoN   -  Feb 15, 2007

No need for the /halt command.

 Respond  
MAcMAD   -  Feb 15, 2007

Tha colours are there so when you DO chat you\'ll be able to see the notification, besides it makes it look more pretty. You can remove them yourself!

 Respond  
MAcMAD   -  Feb 15, 2007

and why would i do that?

 Respond  
Lindrian   -  Feb 15, 2007

A simple highlighter. I suppose thats good. Didnt test it, secondly, remove the colours please.

 Respond  
MAcMAD   -  Feb 15, 2007

Its works on multipul servers

 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.