Really basic (concept) Slack RTM API to IRC like server to connect to MS Comic Slack
- Connecting
- Sending and recv messages
- Provide this as a service
- Map reactions between slack and comic chat (can probably only do this one way)
- Send data about the scene
- Joining and parting channels through comic chat
- Forward presence status
- Leave and join messages
- Private messages
- Replace out (really) hacky code
- Comic Chat - why not
- Why not just use the Slack IRC gateway - comic chat doesn't support SSL and most Slacks don't have IRC turned on
- Netmeeting gateway...
- Install Comic Chat - http://www.mermeliz.com/download/cchat/mschat25.exe
git clone thisrepo
npm install
set SLACK_BOT_TOKEN=YOURSLACKTOKENHERE
(you can get the token from looking in the network tab of chrome when connecting to slack - it's the query string in the web socket connection)node index.js
- Wait for it to connect to Slack
- Open Ms Comic Chat, set your nick to your slack nick and connect to localhost (select Just connect to server)
Don't bother - this code is a terrible. Srsly
I've rolled my own IRC server to make MS Comic Chat happy. I think this could be useful to mess around with how comic chat displays things