• 4.9.1 710c747acd

    github-actions[bot] released this 2023-10-10 06:14:17 +00:00 | 25 commits to main since this release

    What's Changed

    To enable TLS, provided your IRC server supports it, configure like so (changing the port to the TLS port provided by your IRC server admins):

    {
      // ...
      "tls": true, // false by default
      "port": 6697 // common port for IRC over TLS
      // ...
    }
    

    Full Changelog: https://github.com/aronson/discord-irc/compare/4.9.0...4.9.1

    Downloads