johnmaguire / Cardinal

A Python IRC bot, designed to make adding functionality quick and simple. (est. 2013)
MIT License
100 stars 38 forks source link

Remove color from nicks from relay bot (ticker plugin) #162

Closed johnmaguire closed 4 years ago

johnmaguire commented 4 years ago

Say you make a !predict prediction. The relay bot sends the nick from the other server colored. We have no code to strip the color, so the prediction nick is saved w/ color (and later, the prediction is sent w/ the color.)

It'd be better to remove the color in these cases.