reactiflux / discord-irc

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

Support 1:n mapping (one irc channel, multiple discord channels) #459

Open ThiefMaster opened 5 years ago

ThiefMaster commented 5 years ago

Currently there's no reliable way to relay from more than one Discord channel to the same IRC channel since once you do that you lose control over which channel IRC messages are sent to because inverting the channel mapping doesn't work well for duplicate values...

Throne3d commented 5 years ago

This is a duplicate of #353, but I guess it can stay open since it looks like a few people want it. However, there are some issues with actually trying to implement this (having to restructure the configuration file, keeping things backwards compatible, and the unintuitive aspect of this that people on the separate discord channels won't be able to see each other's messages), which means this is unlikely to get implemented.