TrackManiaControl/application/configs/chat.ManiaControl.xml

13 lines
298 B
XML
Raw Normal View History

2013-11-09 10:46:45 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2013-11-09 11:19:21 +01:00
<!-- Configure how ManiaControl sends chat message -->
2013-11-09 10:46:45 +01:00
<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>