mIRC Home    About    Download    Register    News    Help

Print Thread
#60783 17/11/03 02:46 PM
Joined: Dec 2002
Posts: 45
P
piko Offline OP
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Dec 2002
Posts: 45
Code:
ctcp *:PING:?: {
  echo -t $chan ctcp: $nick › ping
  .ctcpreply $nick PING ....
  haltdef
}


I've tried with $ctime after .ctcpreply $nick PING, but it didn't work correctly, what should I use?

#60784 17/11/03 03:15 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Simply reply with $2


Link Copied to Clipboard