mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Merge branch 'master' into chatTemplate
This commit is contained in:
commit
17051c72d6
@ -56,8 +56,8 @@ public static function clearCache() {
|
|||||||
/**
|
/**
|
||||||
* @see \wcf\data\chat\room\ChatRoom::getTitle();
|
* @see \wcf\data\chat\room\ChatRoom::getTitle();
|
||||||
*/
|
*/
|
||||||
public function __tostring() {
|
public function __toString() {
|
||||||
return $this->getTitle;
|
return $this->getTitle();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
19
option.xml
Normal file
19
option.xml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<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/options.xsd">
|
||||||
|
<import>
|
||||||
|
<categories>
|
||||||
|
<category name="chat"></category>
|
||||||
|
<category name="chat.general">
|
||||||
|
<parent>chat</parent>
|
||||||
|
</category>
|
||||||
|
</categories>
|
||||||
|
|
||||||
|
<options>
|
||||||
|
<option name="chat_active">
|
||||||
|
<categoryname>chat.general</categoryname>
|
||||||
|
<optiontype>boolean</optiontype>
|
||||||
|
<defaultvalue><![CDATA[1]]></defaultvalue>
|
||||||
|
</option>
|
||||||
|
</options>
|
||||||
|
</import>
|
||||||
|
</data>
|
Loading…
Reference in New Issue
Block a user