mIRC Home    About    Download    Register    News    Help

Print Thread
#60749 17/11/03 06:41 AM
Joined: Jan 2003
Posts: 48
O
oSaYaP Offline OP
Ameglian cow
OP Offline
Ameglian cow
O
Joined: Jan 2003
Posts: 48
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


-= Porque pese a todo Dios .. aún te tengo fé =-
#60750 17/11/03 06:47 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
Code:
on *:TEXT:!ping*:#: ctcp $nick ping
on *:CTCPREPLY:PING*:*: .notice $nick Your ping time is $calc($ctime - $2) seconds


if memory serves....


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#60751 17/11/03 07:00 AM
Joined: Jan 2003
Posts: 48
O
oSaYaP Offline OP
Ameglian cow
OP Offline
Ameglian cow
O
Joined: Jan 2003
Posts: 48
Thank you smile
Very Helpfull or something like that :S


-= Porque pese a todo Dios .. aún te tengo fé =-

Link Copied to Clipboard