Nick caller

By Retarded on Jun 18, 2007

Simple nick caller for when someone mentioned your nick in another channel, It may be a little girly for some :P but easy to edit, just load in remotes(alt+r)

Comments

Sign in to comment.
  -  Nov 30, 2009

Echo do well, but the idea to get notice tells you that someone mention your nick
in other room you are not join yet

http://www.hawkee.com/snippet/519/

http://www.hawkee.com/snippet/4563/

 Respond  
Ghost-writer   -  Nov 30, 2009

You shouldnt use notice $me, Echo -a Works better.

 Respond  
Jethro   -  Nov 30, 2009

You do know that it won't work if you're looking at the active channel where you're called, don't you? For example, It'll work if someone calls you from channel B when you're NOT paying attention to the channel B.

 Respond  
  -  Nov 30, 2009

Jethro_ , yours didnt work

 Respond  
Jethro   -  Nov 30, 2009
on *:TEXT:$($+(*,$me,*)):#: {
  if ($chan != $active) { echo -a $nick is calling for you in $chan saying: $1- }
}
 Respond  
  -  Nov 30, 2009

Lindrian , ur code made error (line 2 )

 Respond  
Lindrian   -  Jun 19, 2007

You can make them both much shoorter and better.

on *:TEXT:*:#: {
if ($wildtok($1-,$+(*,$me,*),1,32)) && ($chan != $active) {
echo -a $nick is calling for you in $chan saying: $1-
}
}
 Respond  
kerstt   -  Jun 19, 2007

u can shorten it down a bit with if\'s

on :text::#: {
if ($me isin $1-) && ($chan != $active) {
notice $me 63 $+ $nick 6 10called you at6 $time 10on channel6 $chan $+ 3.
notice $me 10and said3:6 $1-
}
}

same with the action

 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.