[wpdev-commits] xmlscripts/definitions access.xml,1.6,1.7
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@us...> - 2004-01-22 04:06:15
|
Update of /cvsroot/wpdev/xmlscripts/definitions In directory sc8-pr-cvs1:/tmp/cvs-serv1785 Modified Files: access.xml Log Message: Modified the plevels for existing ACLs. Index: access.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/access.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** access.xml 1 Oct 2003 10:10:33 -0000 1.6 --- access.xml 22 Jan 2004 04:06:07 -0000 1.7 *************** *** 9,13 **** <definitions> <!-- Default Player privs --> ! <acl id="player"> <group name="command"> <action name="WHERE" permit="true" /> --- 9,13 ---- <definitions> <!-- Default Player privs --> ! <acl id="player" plevel="1"> <group name="command"> <action name="WHERE" permit="true" /> *************** *** 20,24 **** <!-- Admin privs --> ! <acl id="admin"> <group name="command"> <action name="any" permit="true" /> --- 20,24 ---- <!-- Admin privs --> ! <acl id="admin" plevel="100"> <group name="command"> <action name="any" permit="true" /> *************** *** 33,37 **** <!-- GameMaster privs --> ! <acl id="gm"> <group name="command"> <action name="any" permit="true" /> --- 33,37 ---- <!-- GameMaster privs --> ! <acl id="gm" plevel="50"> <group name="command"> <action name="any" permit="true" /> *************** *** 43,47 **** <!-- Counselor privs --> ! <acl id="counselor"> <group name="command"> <action name="any" permit="true" /> --- 43,47 ---- <!-- Counselor privs --> ! <acl id="counselor" plevel="25"> <group name="command"> <action name="any" permit="true" /> |