IRC backend doesn't render cards correctly
Not everyone uses mIRC so we shouldn't default to the format that only works with it (because thats not exactly a friendly output for other IRC client users),
For example here is a output from hexchat:
<gerritbot2> {: color='black' bgcolor='green' }
<gerritbot2> Kyrylo Galanov ([email protected]) proposed change Fix race condition in get puppet status at https://review.openstack.org/335319 in project openstack/fuel-astute (+1|-1).
<gerritbot2> ()
hmmm it doesn't look like mIRC color codes, is this a template that somehow doesn't work ?
Template is @ https://github.com/harlowja/gerritbot2/blob/master/plugins/gerritbot/templates/proposal.md so I don't think so.
Maybe this is coming from a card before this message ? https://raw.githubusercontent.com/errbotio/errbot/master/errbot/templates/card.md ? (it looks more like a bug in the markdown of a card under IRC)
Ya, that could be it.
How does one turn off that template from being used for IRC?
This card template is more little a stop gap if a backend doesn't have a send_card function (like slack, hipchat etc have). Maybe the correct way to fix this is to implement it for IRC ?