Initial commit

This commit is contained in:
2025-04-29 20:47:12 +02:00
parent adc85ce6b6
commit d12a0c20d5
6 changed files with 1686 additions and 1 deletions

13
example.config.xml Normal file
View 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>