Whoiser N

By Solitude on Jun 30, 2009

I was viewing another users script, and he was attempting to have the script NOTICE people when he was WHOISed.

So, I made this little thing here. It'll NOTICE whoever WHOIS' you with a simple hello, and say how many times you have been WHOISed.

[09:08:45] -irc.trinetchat.com- *** Aimee (WhoKnows@xx.xxx.xxx.xxx) did a /whois on you.

[09:08:45] -> -Aimee- Hello, Aimee, you have raised my WHOIS counter to 1

To use this little snippet, load it to your remotes (ALT+R) and just wait to be WHOISed.

Or you can make a file for it to be loaded into your remotes. To do this, save the code as WhoisNotice.MRC in your mIRC Directory. To find the directory (directed to new users), type this in your active mIRC window:

 //run $mircdir 

After you do that, go into your mIRC window and type:

 /load -rs WhoisNotice.MRC 
on *:load: {
  set %Whois
}
on *:SNOTICE:*WHOIS*: {
  inc %Whois
  NOTICE $2 Hello, $2 $+ , you have raised my WHOIS counter to %Whois $+ .
}

Comments

Sign in to comment.
Aucun50   -  Jul 01, 2009

Basic but it does the job

 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.