mIRC Home    About    Download    Register    News    Help

Print Thread
#75243 14/03/04 10:48 PM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
on *:snotice:*whois*:{
inc %whois.times | inc %whois. [ $+ [ $2 ] ]
notice $2 $talker(Hello There. You've whois'd me: %whois. [ $+ [ $2 ] ] times out of %whois.times)) }
Doesn't notice the person, Obviously $2 is not right and neither is $1 so what is it? blush
BTW, I also want to Halt the default message and echo $talker1(TheParaMeterForTheNick is doing a /whois on you.) instead of the default colorless one.
~Thanks, Krim


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#75244 15/03/04 11:07 AM
Joined: Dec 2002
Posts: 8
S
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
S
Joined: Dec 2002
Posts: 8
Try :
Code:
on *:snotice:*whois*:{
  inc %whois.times 
  inc %whois. [ $+ [ $2 ] ]
  .notice $2 $talker(Hello There. You've whois'd me: %whois. [ $+ [ $2 ] ] times out of %whois.times)
  haltdef
}


Link Copied to Clipboard