[Commit] rrserver protocol,1.7,1.8

Keith Packard commit@keithp.com
Wed, 28 May 2003 11:40:22 -0700


Committed by: keithp

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

Modified Files:
	protocol 
Log Message:
remove implicit WHO from JOIN/WATCH

Index: protocol
===================================================================
RCS file: /local/src/CVS/rrserver/protocol,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- protocol	28 May 2003 18:38:52 -0000	1.7
+++ protocol	28 May 2003 18:40:19 -0000	1.8
@@ -85,7 +85,7 @@
 
 	->
 
-	JOIN <username1> <username2> ...
+	JOIN
 
 	Possible errors: NOGAME
 
@@ -95,7 +95,7 @@
 
 	->
 
-	WATCH <username1> <username2> ...
+	WATCH
 
 	The client will monitor the game, but not be listed in the
 	userlist nor be allowed to make moves.