add: Bump up the version and add RELLAYMSG for IRC.

This commit is contained in:
2025-09-28 13:53:56 +02:00
parent 6ac41d3215
commit 20060d1130
5 changed files with 118 additions and 56 deletions

View File

@@ -1,3 +1,5 @@
# WARNING YAML is very sensitive so make sure everything is formatted like in this example configuration file :D
discord:
token: "YOUR_DISCORD_TOKEN" # Insert your bot or user token here.
@@ -15,6 +17,7 @@ bridges:
nick: "MyBot"
password: null # or "yourpassword" if required
channel: "#test"
useRelayMsg: false
# Adding more then one bridge
- discordChannelId: "987654321098765432"
@@ -25,3 +28,4 @@ bridges:
nick: "OtherBot"
password: null
channel: "#another"
useRelayMsg: true