Whois Noticer for IRCops
Platform: mIRC
Published Jul 09, 2010
Updated Sep 09, 2010
This is a snippet for IRCops, when someone whois'es you, it alerts you in the channel that your on in an echo with the users name and vhost, it notices the user that whois'ed you, and it also tells the user how many times you were whois'ed..just for fun.
You may edit the colors if you want, i just picked then 'cause they caught my eye :P. But anywho, enjoy this snippet, and feel free to comment.
Oh, and yes, i used >>>
http://www.hawkee.com/snippet/6361/ <<<< that snippet..and just..spiced it up :P.
;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
;@@@*Soubi's IRCop Whois Noticer*@@@
;@@@@@@@@@@@@*Updated*@@@@@@@@@@@@@@
;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#whoisnotice on
on *:SNOTICE:*whois on you*: {
if (!%x) { set -u10 %x on
echo -a 4[ALERT] 15 $2 ( $address($2,2) ) did a whois on you on server 4[ $server ] 15at 4[ $time(.:h:nn:sstt:.) 15, 4 $date ] 15.
inc %now
NOTICE $2 11W12hois successful4,12but the user has been noticed of you stalking them4.[11I12m watching you $2 4]
}
}
#whoisnotice end
Menu channel,status {
Whois Watcher
.Whois Count: echo -a 9********11,1I 15,1have been whois'd 8,1[ %now ] 15,1times12,1.9*********
.Enable Whois Noticer: /enable #whoisnotice
.Disable Whois Noticer: /disable #whoisnotice
}