ekmartin / slack-irc

Connects Slack and IRC channels by sending messages back and forth.
MIT License
588 stars 157 forks source link

Msg only send one way #121

Closed dasTholo closed 8 years ago

dasTholo commented 8 years ago

I ve the problem that msg only send from irc to slack, but doesn´t send from slack to irc. Did you have any solution?

ekmartin commented 8 years ago

Hi, are you running the latest version of slack-irc? If you run the application with NODE_ENV=development you'll see a bit more debug logging, which might help you corner in on the issue.

dasTholo commented 8 years ago

Okay! I ve find the fail behind the monitor... i´ve only write "channelMapping": { // Maps each Slack-channel to an IRC-channel, used to direct messages to the correct place "test": "#test", // Add channel keys after the channel name but it must be "#test": "#test", // Add channel keys after the channel name

sry my fail

ekmartin commented 8 years ago

Glad you got it working :)