Difference between revisions of "Pong"
From Scriptwiki
m |
m |
||
Line 1: | Line 1: | ||
− | + | Used to return a [[Ping|PING]] command to the sender. | |
− | + | PONG :<string> | |
+ | When a PING is received, a PONG with the same data must be sent back. | ||
− | + | ==Example== | |
+ | |||
+ | -> blueyonder1.uk.quakenet.org PING 1206662400 | ||
+ | <- :blueyonder1.uk.quakenet.org PONG blueyonder1.uk.quakenet.org :1206662400 | ||
+ | |||
+ | ==See Also== | ||
− | |||
* {{Relatedraws|ping}} | * {{Relatedraws|ping}} | ||
* {{Relatedraws|pong}} | * {{Relatedraws|pong}} | ||
[[Category:Basic IRC commands]] | [[Category:Basic IRC commands]] |
Latest revision as of 19:55, 8 April 2008
Used to return a PING command to the sender.
PONG :<string>
When a PING is received, a PONG with the same data must be sent back.
Example
-> blueyonder1.uk.quakenet.org PING 1206662400 <- :blueyonder1.uk.quakenet.org PONG blueyonder1.uk.quakenet.org :1206662400