Nick / Name Caller

By D34th on Dec 25, 2009

This is my nick and name caller. i hope that it helps people, i know it helps me a lot since i am normally idle. Feel free to change it how u wish. it is very simple and i will be adding flood protection to it for the few noobs that spam it just to flood me.

on *:Text:*:*:{
  if ($me isin $1-) { Echo -a 4 $me 5was4 said5 4on5 $chan 4by5 $nick4 with5 msg14 $1- }
  if (Derek Isin $1-) { Echo -a 4 Wake 5Up4 $nick5 Said4 Your5 Name4 In5 $chan 4With5 Msg14 $1- }
}

Comments

Sign in to comment.
SnoooP   -  Jan 02, 2010

have it echo to a window, like @nickcaller for example, then if you are not around you wont miss anything... Also I think you should add a time to it, so you know when you was called, it is pointless responding if you were called 4 hours ago lol.

on *:Text:*:*:{
  if (!%x) {    inc -z %x 10
    if ($me isin $1-) { window @nickcall | Echo @nickcall 4 $me 5was4 said5 4on5 $chan 4by5  $nick 4at5 $time 4with5 msg14 $1- }
    if (Derek Isin $1-) { window @nickcall | Echo @nickcall 4 Wake 5Up4  $nick 5 Said4 Your5 Name4 In5 $chan 4at5 $time 4With5 Msg14 $1- }
  }
}

btw I just added the extra's to the code Jethro posted above

 Respond  
p0d   -  Dec 26, 2009

instead of echoing to the active channel if your on mirc 6.35 $tip is a nice feature for something like this. just a suggestion ;)

 Respond  
Aucun50   -  Dec 26, 2009

Holy hell Jethro_ calm the fark down :) Every script for the last like 10 you have corrected someone :o

 Respond  
Jethro   -  Dec 26, 2009

In your color control code, you need to leave a space between the $nick identifier or you will get an error. Here is it with flood protection added:

on *:Text:*:*:{
  if (!%x) { inc -z %x 10
    if ($me isin $1-) { Echo -a 4 $me 5was4 said5 4on5 $chan 4by5  $nick 4 with5 msg14 $1- }
    if (Derek Isin $1-) { Echo -a 4 Wake 5Up4  $nick 5 Said4 Your5 Name4 In5 $chan 4With5 Msg14 $1- }
  }
}

This will trigger once until 10 seconds have expired. The number is adjustable.

 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.