slack-irc-plugin icon indicating copy to clipboard operation
slack-irc-plugin copied to clipboard

"Error: channel_not_found"

Open frdmn opened this issue 10 years ago • 0 comments

Hello,

i'm working on a Dockerized version of this plugin (https://github.com/frdmn/docker-slack-irc-plugin), but I stuck getting this to work at the moment.

The bot is connecting fine to a key-protected (+k mode) channel, but as soon as I send a message in IRC, the node application logs the following message:

Error: channel_not_found

The corresponding configuration of the channel mapping looks like this:

    channels: {
        '#yeahwhat_admin password': '#admin'
    },

The "#admin" channel exists just fine on slack:

bildschirmfoto 2015-02-19 um 11 40 14

Any ideas?

frdmn avatar Feb 19 '15 10:02 frdmn