Nick caller

By spikey on Oct 16, 2004

Just add this to your remotes and when someone says your nick you will get noticed and also it will get echoed into a @Nick window but not if you are in the $active channel

on *:text:*:#: {
  if ($me isin $1-) {
    if ($chan == $active) { halt }
    else {
      notice $me 4 $+ $nick 12called you at4 $time 12on channel4 $chan $+ 12.
      notice $me 12and said:4 $1-
      window @Nick
      aline @Nick 4 $+ $nick 12called you at4 $time 12on channel4 $chan $+ 12. 
      aline @Nick 12and said:4 $1-
      aline @Nick 4---
    }
  } 
}
on *:action:*:#: {
  if ($me isin $1-) {
    if ($chan == $active) { halt }
    else {
      notice $me 4 $+ $nick 12called you at4 $time 12on channel4 $chan $+ 12.
      notice $me 12and said:4 $1-
      window @Nick
      aline @Nick 4 $+ $nick 12called you at4 $time 12on channel4 $chan $+ 12. 
      aline @Nick 12and said:4 $1-
      aline @Nick 4---
    }
  } 
}

Comments

Sign in to comment.
bourneident   -  Feb 09, 2008

perfect it works looks good can\'t ask for anything more
well maybe i can could you add a @kick window and @notice with the same format

 Respond  
DarthReven   -  Nov 16, 2004

I did some thing like this cept i did it only for a few friends with nicks sored in a hash table and if they weren\'t on the nick that was listed it checked for ip aswell

 Respond  
Shadow_Knight   -  Oct 23, 2004

Very Nice

 Respond  
spikey   -  Oct 22, 2004

There we go i\'ve edited it for you guys so it now checks to see if you are in the $active

 Respond  
Bamargera   -  Oct 17, 2004

Very Good I Like, But Yeah Use The If ($chan == $Active) .. OtherWise Welldone Spikey.

 Respond  
Soxide   -  Oct 16, 2004

you shoudl do a check and do if $chan == $active so if you see the tet it still dosent echo it

 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.