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

@@ -9,24 +9,24 @@ A crappy group chat to a IRC room bridge written in node </3
- TLS/Non-TLS IRC Support - Works with both secure (TLS) and standard IRC ports.
- Group chat bridges - Since this all works with a selfbot it means that you can bridge a Discord group chat to a IRC room.
- YAML Configuration - Simple and a human readable config.
- RELLAYMSG support - Can use RELLAYMSG on the IRC side.
# Warning:
I would not recommend using this in a active room since that might get the bot/userbot rate limited on Discord OR IRC which is not good !
I would not recommend using this in a active room since that might get the userbot rate limited on Discord OR IRC which is not good !
Also Using Userbots is against Discord's Terms of Service so your account/bot might get deactivated. This has not happen yet but it is still possible.
Also using Userbots is against Discord's Terms of Service so your account might get deactivated. This has not happen yet but it is still possible.
Also worth to mention. Discord nicknames only show up if you bridge a channel, in group chats the bridge will use the user's username and I don't think there is anything I can do about that.
Also this userbot does work with servers but it's better to only bridge groupchats (or DMs). If you want to bridge a server with an IRC room it's better to use something like Dis4irc.
## Features to be added:
- Webhooks for briding channels
- A docker compose file
- More options in the config.
- Relay MSG on the IRC side.
- Being able to configure the bot with commands instead of needing to config the commands.
- Storing debug logs and message logs in a txt file.
# What you need to run this:
- Node.js v18+