Difference between revisions of "Pong"

From Scriptwiki
Jump to: navigation, search
 
m
 
(One intermediate revision by one other user not shown)
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==
  
== See Also ==
+
-> blueyonder1.uk.quakenet.org PING 1206662400
Take a look at the following raws:
+
<- :blueyonder1.uk.quakenet.org PONG blueyonder1.uk.quakenet.org :1206662400
  
{{Relatedraws|ping}}
+
==See Also==
  
{{Relatedraws|pong}}
+
* {{Relatedraws|ping}}
 +
* {{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