erebot / ircconnector-module
Erebot module to connect to an IRC server
0.3.1
2019-01-06 18:24 UTC
Requires
- php: >=7.0
- ext-sockets: *
- erebot/api: ^0.9.0
Requires (Dev)
- erebot/buildenv: ^1.5.0
- erebot/testenv: ^2.0.0
This package is not auto-updated.
Last update: 2024-11-02 20:21:22 UTC
README
Connect to an IRC server, with optional security upgrade This module is required in order for Erebot to work properly. You should probably always install it. It sends credentials to the server whenever the bot connects. It also supports the STARTTLS extension (security upgrade), which can be used to connect to an IRC server on a port shared by both plain-text and encrypted connections. Set the "upgrade" paramater to "1" in the connection URL to make use of this feature. Eg. "irc://irc.example.com?upgrade=1" Please note that Secure IRC connections (IRCS) do not have any need for that "security upgrade" feature, as they are already encrypted when established.