mIRC Home    About    Download    Register    News    Help

Print Thread
#128444 25/08/05 10:57 AM
Joined: May 2005
Posts: 35
N
nutt3 Offline OP
Ameglian cow
OP Offline
Ameglian cow
N
Joined: May 2005
Posts: 35
A friend of mine is an Oper on a network. When someone does a /whois on him, it tells him that in ServerNotices window: [11:33am] [networkname] *** Notice -- /WHOIS command used on you by: fool (fool@x1-6-00-20-xx-12-77-f0.k430.speed.com)

Is there a way to trigger on that and send a notice back to fool and tell him to keeps his nose out smile ???

#128445 25/08/05 11:49 AM
Joined: Aug 2005
Posts: 31
D
Div Offline
Ameglian cow
Offline
Ameglian cow
D
Joined: Aug 2005
Posts: 31
Put this in your remotes.

Will only work for IRCops ;-)

Code:
on *:SNOTICE:*whois*: {
  echo -a [ $+ $time $+ ]14 $10  13performed a /whois on you.
{ .notice $10 $10 $+ , keep your nose out of my whois! }
}

#128446 25/08/05 08:50 PM
Joined: May 2005
Posts: 35
N
nutt3 Offline OP
Ameglian cow
OP Offline
Ameglian cow
N
Joined: May 2005
Posts: 35
wow works.. nice.. thanks alot m8.. your the best smile


Link Copied to Clipboard