d2744a5157
- cleaned up database class - plugin and plugin handler class - improved player and player handler classes - other cleanup and improvements
13 lines
298 B
XML
13 lines
298 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Configure how ManiaControl sends chat message -->
|
|
<chat-config>
|
|
|
|
<!-- Set which codes should be used to compose chat messages -->
|
|
<messages>
|
|
<information>$fff</information>
|
|
<success>$0f0</success>
|
|
<error>$f00</error>
|
|
</messages>
|
|
|
|
</chat-config>
|