reactiflux / discord-irc

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

Rewrite mentioning channel name #571

Open DarthGandalf opened 3 years ago

DarthGandalf commented 3 years ago

Let's say the channel mapping is

"channelMapping": {
  "#discord-A": "#irc-A",
  "#discord-B": "#irc-B"
}

When #discord-A is mentioned on discord side, it would be nice to rewrite it to #irc-A, and vice versa

Throne3d commented 3 years ago

Hey! This project is mostly maintenance-only. I'll mark this issue as "help wanted" and "new feature" in case anyone wants to pick it up. With an especially complete PR (including tests), I'd be interested in merging this change.