[jetrix-cvs] jetrix/src/etc tetrinet-channels.dtd,1.3,1.4
Brought to you by:
smanux
From: Emmanuel B. <sm...@us...> - 2005-05-04 08:58:44
|
Update of /cvsroot/jetrix/jetrix/src/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19427/src/etc Modified Files: tetrinet-channels.dtd Log Message: Added the visibility parameter on the channel configuration Index: tetrinet-channels.dtd =================================================================== RCS file: /cvsroot/jetrix/jetrix/src/etc/tetrinet-channels.dtd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tetrinet-channels.dtd 5 Jan 2005 01:05:05 -0000 1.3 --- tetrinet-channels.dtd 4 May 2005 08:57:42 -0000 1.4 *************** *** 90,94 **** <!ELEMENT channels (channel*)> <!ELEMENT channel (description?, topic?, password?, access-level?, idle?, ! max-players?, max-spectators?, winlist?, settings?, class?, filters?)> <!ATTLIST channel name CDATA #REQUIRED> <!ELEMENT description (#PCDATA)> --- 90,94 ---- <!ELEMENT channels (channel*)> <!ELEMENT channel (description?, topic?, password?, access-level?, idle?, ! visible?, max-players?, max-spectators?, winlist?, settings?, class?, filters?)> <!ATTLIST channel name CDATA #REQUIRED> <!ELEMENT description (#PCDATA)> |