I am using the following script to notify being whois'd:
:IRCop Whois Notifyer
;********************
#whoisnotice on
on *:SNOTICE:*whois on you*: {
if (!%x) { set -u10 %x on
echo -a 8,10[ALERT] 12 $2 4 ( $address($2,2) ) 12did a whois on you on server 4[ $server ] 12at 4[ $time(.:h:nn:sstt:.) $date ].
inc %now
NOTICE $2 12 You're Whois on me was successful: 4I'm an IRCops can I help you? 12[Thank you for the interrest]
}
}
#whoisnotice end
menu menubar {
Whois Watcher
.Whois Count: echo -a 4********12 I have been whois'd 8,10[ %now ] 12times4*********
.Enabled: /enable #whoisnotice
.Disabled:/disable #whoisnotice
}
This also send a message back to person whois'd me
I would like to add extra option to not send mesage back to the other user:
in other word something like:
Recieve Message
Receive/Send Message
Disable All
I really have tried different ways but no success, Greeting from South Africa
Last edited by raycomp; 04/05/13 03:55 PM.