slack-irc-plugin
slack-irc-plugin copied to clipboard
Slack plugin to sync IRC with your slack.com account
I keep getitng: `/bin/slack-irc-plugin/config.js:17` `silent: true // default` `^^^^^^` `SyntaxError: Unexpected identifier` `at Module._compile (module.js:439:25)` `at Object.Module._extensions..js (module.js:474:10)` `at Module.load (module.js:356:32)` `at Function.Module._load (module.js:312:12)` `at Function.Module.runMain (module.js:497:10)` `at startup (node.js:119:16)`...
I'm inclined to stick with established vs new projects.... Is this plugin still under active development? If so, what advantages would you say it offers over https://github.com/ekmartin/slack-irc ?
It's a lot of changes (starting with changing to using the slack-client), and I'm sure the whole thing could be done better (I'm not a node guy), but it's working...
Running on Ubuntu 14.04 with latest version of node, gives me the following warning: root@server:~/slack-irc-plugin# node config-example.js (node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to...
Is there any interest in adding the ability to use a slack outgoing webhook to communicate with this script. Then have this script speak to the irc channel. We would...
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...
/home/edsiper/coding/slack-irc-plugin/node_modules/irc/lib/parse_message.js:39 message.command = match[1]; ^ TypeError: Cannot read property '1' of null at parseMessage (/home/edsiper/coding/slack-irc-plugin/node_modules/irc/lib/parse_message.js:39:28) at iterator (/home/edsiper/coding/slack-irc-plugin/node_modules/irc/lib/irc.js:753:27) at Array.forEach (native) at Socket. (/home/edsiper/coding/slack-irc-plugin/node_modules/irc/lib/irc.js:752:15) at Socket.emit (events.js:95:17) at Socket. (_stream_readable.js:764:14)...
Hello. Thank you for this wonderful little module. I have been able to successfully mirror discussion on an irc channel in my organization's slack. However I had to dig deep...