[Commit] rrserver games.5c,1.23,1.24

Keith Packard commit at keithp.com
Sat Jun 14 01:21:56 PDT 2003


Committed by: keithp

Update of /local/src/CVS/rrserver
In directory home.keithp.com:/tmp/cvs-serv18608

Modified Files:
	games.5c 
Log Message:
oops - NOTICE NEW move to NOTICE GAME

Index: games.5c
===================================================================
RCS file: /local/src/CVS/rrserver/games.5c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- games.5c	14 Jun 2003 07:00:41 -0000	1.23
+++ games.5c	14 Jun 2003 07:21:54 -0000	1.24
@@ -436,7 +436,7 @@
 	    g.clients = ((&Client)[*]) {};
 	    g.expire_interval = 60;
 	    init (&g);
-	    Clients::server_send ("NOTICE NEW %s\n", g.name);
+	    Clients::server_send ("NOTICE GAME %s\n", g.name);
 	    return &g;
 	}
 




More information about the Commit mailing list