reactiflux / discord-irc

Connects Discord and IRC channels by sending messages back and forth.
MIT License
1.2k stars 293 forks source link

Bot doesn't relay messages #557

Open Felagund99 opened 4 years ago

Felagund99 commented 4 years ago

Hello,

I have two problems with relaying the messages. Firstly, when I type in Discord the bot doesn't relay it to IRC and nothing shows up in my command prompt. Second, when I try to relay a message from IRC to Discord, nothing pops up in Discord but I do get an error in my command prompt:

2020-08-11T23:52:00.574Z info: Tried to send a message to a channel the bot isn't in: { level: undefined, message: undefined, timestamp: '2020-08-11T23:52:00.574Z', splat: undefined,

[Symbol(splat)]: [ '#CHANNEL ID' ]

Anyone got a suggestion how to fix this:?

Throne3d commented 4 years ago

Could you show a snippet of your config? Channel IDs shouldn't have a # before them, if they're the numeric ID, but I'm not sure if that's really the problem here.

maxrdz commented 1 year ago

Yeah I have my bot running with the proper configuration (using a Channel ID, no # in the string value for it) and it's not relaying discord messages over to IRC, but it is relaying IRC messages to discord.

algoatson commented 5 months ago

same issue here