2011-11-27 13:56:11 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-12-10 15:40:45 +00:00
|
|
|
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/aclOption.xsd">
|
2011-11-27 13:56:11 +00:00
|
|
|
<import>
|
2012-03-03 21:00:54 +00:00
|
|
|
<categories>
|
|
|
|
<category name="user">
|
2012-03-12 16:18:15 +00:00
|
|
|
<objecttype>be.bastelstu.wcf.chat.room</objecttype>
|
2012-03-03 21:00:54 +00:00
|
|
|
</category>
|
|
|
|
<category name="mod">
|
2012-03-12 16:18:15 +00:00
|
|
|
<objecttype>be.bastelstu.wcf.chat.room</objecttype>
|
2012-03-03 21:00:54 +00:00
|
|
|
</category>
|
|
|
|
</categories>
|
|
|
|
|
2012-02-29 17:28:50 +00:00
|
|
|
<options>
|
2012-03-03 21:00:54 +00:00
|
|
|
<option name="user.canEnter">
|
2012-03-12 16:18:15 +00:00
|
|
|
<objecttype>be.bastelstu.wcf.chat.room</objecttype>
|
2012-03-03 21:00:54 +00:00
|
|
|
<categoryname>user</categoryname>
|
|
|
|
</option>
|
|
|
|
<option name="user.canWrite">
|
2012-03-12 16:18:15 +00:00
|
|
|
<objecttype>be.bastelstu.wcf.chat.room</objecttype>
|
2012-03-03 21:00:54 +00:00
|
|
|
<categoryname>user</categoryname>
|
|
|
|
</option>
|
|
|
|
|
|
|
|
|
|
|
|
<option name="mod.canAlwaysEnter">
|
2012-03-12 16:18:15 +00:00
|
|
|
<objecttype>be.bastelstu.wcf.chat.room</objecttype>
|
2012-03-03 21:00:54 +00:00
|
|
|
<categoryname>mod</categoryname>
|
|
|
|
</option>
|
|
|
|
<option name="mod.canAlwaysWrite">
|
2012-03-12 16:18:15 +00:00
|
|
|
<objecttype>be.bastelstu.wcf.chat.room</objecttype>
|
2012-03-03 21:00:54 +00:00
|
|
|
<categoryname>mod</categoryname>
|
2012-02-29 17:28:50 +00:00
|
|
|
</option>
|
2012-10-20 14:15:32 +00:00
|
|
|
<option name="mod.canMute">
|
|
|
|
<objecttype>be.bastelstu.wcf.chat.room</objecttype>
|
|
|
|
<categoryname>mod</categoryname>
|
|
|
|
</option>
|
|
|
|
<option name="mod.canBan">
|
|
|
|
<objecttype>be.bastelstu.wcf.chat.room</objecttype>
|
|
|
|
<categoryname>mod</categoryname>
|
|
|
|
</option>
|
2012-02-29 17:28:50 +00:00
|
|
|
</options>
|
2011-11-27 13:56:11 +00:00
|
|
|
</import>
|
|
|
|
</data>
|