mIRC Homepage
Posted By: oSaYaP !pingme answer - 17/11/03 06:41 AM
How can i creat a code that .. if a person write in a channel:
!pingme, automatically i ctcp ping him and i tell him in the channel what is his ping time.
on 1:text:*!ping*:#: /ctcp $nick ping | and here is where i donĀ“t know how frown
Posted By: LocutusofBorg Re: !pingme answer - 17/11/03 06:47 AM
Code:
on *:TEXT:!ping*:#: ctcp $nick ping
on *:CTCPREPLY:PING*:*: .notice $nick Your ping time is $calc($ctime - $2) seconds


if memory serves....
Posted By: oSaYaP Re: !pingme answer - 17/11/03 07:00 AM
Thank you smile
Very Helpfull or something like that :S
© mIRC Discussion Forums