You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for passing node-irc
options directly by adding an ircOptions object to the config. Also sets floodProtection on
by default, with a delay of 500 ms.
Move from using outgoing/incoming integrations to Slack's bot users. See README.md for a new example configuration. This mainly means slack-irc won't need to listen on a port anymore, as it uses websockets to receive the messages
from Slack's RTM API.
To change from version 2 to 3, do the following:
Create a new Slack bot user (under integrations)
Add its token to your slack-irc config, and remove
the outgoingToken and incomingURL config options.