TrackManiaControl/application/configs/chat.iControl.xml

13 lines
294 B
XML
Raw Normal View History

2013-11-07 20:13:13 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- Configure how iControl 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>