[nexuiz-commits] r8283 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 14 17:59:20 EST 2009


Author: div0
Date: 2009-11-14 17:59:20 -0500 (Sat, 14 Nov 2009)
New Revision: 8283

Modified:
   trunk/data/qcsrc/server/extensions.qh
Log:
match up documentation because it now uses double quotes


Modified: trunk/data/qcsrc/server/extensions.qh
===================================================================
--- trunk/data/qcsrc/server/extensions.qh	2009-11-14 22:56:16 UTC (rev 8282)
+++ trunk/data/qcsrc/server/extensions.qh	2009-11-14 22:59:20 UTC (rev 8283)
@@ -653,9 +653,10 @@
 //builtin definitions:
 string getextresponse(void) getextresponse = #624;
 //description:
-//returns a string of the form "'ipaddress:port' data...", or the NULL string if
-//no packet was found. Packets can be queued into the client/server by sending
-//a packet starting with "\xFF\xFF\xFF\xFFextResponse " to the listening port.
+//returns a string of the form "\"ipaddress:port\" data...", or the NULL string
+//if no packet was found. Packets can be queued into the client/server by
+//sending a packet starting with "\xFF\xFF\xFF\xFFextResponse " to the
+//listening port.
 
 //DP_QC_FINDCHAIN
 //idea: LordHavoc



More information about the nexuiz-commits mailing list