ekmartin / slack-irc

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

irc colors on slack. #98

Open vergecurrency opened 8 years ago

vergecurrency commented 8 years ago

it would be a great enhancement for the bot to pick up irc colors, instead of printing out the color codes in slack. this is useful because i often push commits to our community's main repo, and a git irc bot relays the commit to irc, and it looks great (it uses color), but when slack users see it, its atrocious, because all the color codes are printed instead of picked up (becase obviously slack and irc color codes are different).

ps: just set this up for my community to connect our irc and slack, and its great. excellent work!

ekmartin commented 8 years ago

Definitely. Could implement something similar to parseText, but for IRC -> Slack. Would you want to try sending a pull request?