qaisjp / go-discord-irc

The Discord and IRC bridge with puppets! An IRC user is created for each Discord user, messages from IRC seamlessly appear on Discord, and Discord mentions are automagically converted to and from IRC.
MIT License
113 stars 32 forks source link

Add `irc_prejoin_commands` #71

Closed llmII closed 3 years ago

llmII commented 3 years ago

Allows for the bot to send raw messages to the IRC server for each connection spawned. Useful for networks that forcefully join newly connected users to a channel they have no intention of remaining in.

llmII commented 3 years ago
  • README.md has a list of settings and needs to be updated (for the other PRs too)

I definitely need to do that. I'll tack on a commit soon for README.md where appropriate.