You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: