Releases: ekmartin/slack-irc
Releases · ekmartin/slack-irc
3.3.2
3.3.1
3.2.0
3.1.0
3.0.0
Changed
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
theoutgoingToken
andincomingURL
config options.
Added
- Message formatting, follows Slack's rules.