r2490 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat May 5 06:21:08 EDT 2007


Author: div0
Date: 2007-05-05 06:21:08 -0400 (Sat, 05 May 2007)
New Revision: 2490

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
DP already makes a ^3 out of the Ctrl-A, so I don't have to


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2007-05-05 09:35:39 UTC (rev 2489)
+++ trunk/data/qcsrc/server/clientcommands.qc	2007-05-05 10:21:08 UTC (rev 2490)
@@ -52,7 +52,7 @@
 		cmsgstr = strcat(colorstr, "(^3", namestr, colorstr, ")\n^7", wordwrap(msgin, 50));
 	}
 	else
-		msgstr = strzone(strcat("\{1}^3", namestr, "^7: ", msgin, "\n"));
+		msgstr = strzone(strcat("\{1}", namestr, "^7: ", msgin, "\n"));
 
 	// FLOOD CONTROL
 	flood = 0;




More information about the nexuiz-commits mailing list