Difference between revisions of "Pong"

From Scriptwiki
Jump to: navigation, search
m
m
 
Line 1: Line 1:
Needed to keep connected to the server.
+
Used to return a [[Ping|PING]] command to the sender.
  pong :<string>
+
  PONG :<string>
  
 +
When a PING is received, a PONG with the same data must be sent back.
  
If the server sends a [[Ping|PING]], a PONG with this <string> must be send back.
+
==Example==
 +
 
 +
-> blueyonder1.uk.quakenet.org PING 1206662400
 +
<- :blueyonder1.uk.quakenet.org PONG blueyonder1.uk.quakenet.org :1206662400
 +
 
 +
==See Also==
  
== See Also ==
 
 
* {{Relatedraws|ping}}
 
* {{Relatedraws|ping}}
 
* {{Relatedraws|pong}}
 
* {{Relatedraws|pong}}
  
 
[[Category:Basic IRC commands]]
 
[[Category:Basic IRC commands]]

Latest revision as of 20: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

See Also