Discord-userbot-to-irc/example.config.xml

30 lines
872 B
XML

<BridgeConfig>
<Discord>
<Token>YOUR_DISCORD_TOKEN</Token>
</Discord>
<Bridges>
<Bridge>
<IRC>
<Server>irc.example1.net</Server>
<Port>6667</Port>
<Nick>MyIRCBot1</Nick>
<Channel>#channel1</Channel>
</IRC>
<Discord>
<ChannelId>DISCORD_CHANNEL_ID_1</ChannelId>
</Discord>
</Bridge>
<Bridge>
<IRC>
<Server>irc.example2.org</Server>
<Port>6667</Port>
<Nick>MyIRCBot2</Nick>
<Channel>#channel2</Channel>
</IRC>
<Discord>
<ChannelId>DISCORD_CHANNEL_ID_2</ChannelId>
</Discord>
</Bridge>
<!-- Add more Bridge entries as needed -->
</Bridges>
</BridgeConfig>