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

Discord bot keeps restarting if IRC is not reachable #129

Open mitaka8 opened 2 years ago

mitaka8 commented 2 years ago

Hi! This morning I received a message from Discord that my discord bot has restarted over a 1000 times during a "short time period" and my bot token was reset for it. After investigating the logs, it looks like my IRC server got an outage and the bot went into a crashloop because of it. A crashloop on the IRC side is to be expected on a connection refused of course, it also kept logging into discord it seems ultimately getting the token reset.