Initial commit
This commit is contained in:
13
example.config.xml
Normal file
13
example.config.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<BridgeConfig>
|
||||
<Discord>
|
||||
<Token>YOUR_DISCORD_TOKEN_HERE</Token>
|
||||
<ChannelId>YOUR_DISCORD_CHANNEL_ID_HERE</ChannelId>
|
||||
</Discord>
|
||||
<IRC>
|
||||
<Server>IRC_SERVER_HERE</Server>
|
||||
<Port>IRC_PORT_HERE</Port>
|
||||
<Channel>IRC_CHANNEL_HERE</Channel>
|
||||
<Nick>Bridge nick over on the IRC side</Nick>
|
||||
</IRC>
|
||||
</BridgeConfig>
|
||||
Reference in New Issue
Block a user