Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can an IRC bot read a Discord message? #2171

Open
dunzooo opened this issue Aug 1, 2024 · 2 comments
Open

Can an IRC bot read a Discord message? #2171

dunzooo opened this issue Aug 1, 2024 · 2 comments
Labels

Comments

@dunzooo
Copy link

dunzooo commented Aug 1, 2024

First of all, thanks for Matterbridge. It's very neat and easy to install.

To cut a long story short, there's a trivia bot on my IRC server and I'd like users of my Discord server to be able to play. The gateway works fine, but the IRC bot doesn't seem to take Discord users' answers into account. Is it even possible to make that work?

Thanks in advance for your answer.

@dunzooo dunzooo added the bug label Aug 1, 2024
@telgareith
Copy link

How is the bot configured? does it directly connect to IRC? If so, this sounds like the bot needs it's command input parsing changed to allow "matterbridgeRelay: /slap", and discord users will need to escape their slash commands with a backslash- "/slap".

Is that close to what you want? Obviously having the slash command show up in IRC isn't ideal, but the only other way would be a discord bot that consumes the slash command and passes it to the IRC bot, or modifying matterbridge.

@Mikaela
Copy link

Mikaela commented Aug 19, 2024

If your IRC network supports RELAYMSG, you could UseRelayMsg = true and make the bot op.

Otherwise I agree that this is a feature request for the other bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants