5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/bridge/irc
John 2d2d185200 Stop numbers being stripped after non-color control codes (irc) (#465)
Currently numbers are stripped not just after the color control code (\x03) but also after other formatting such as bold (\x02) and italic (\x1D), which is both unnecessary and leads to missing text from irc. This fixes that by only stripping numbers after the color control code.
2018-07-11 22:50:49 +02:00
..
helper.go Fix megacheck / go vet issues 2017-07-14 00:35:01 +02:00
irc.go Stop numbers being stripped after non-color control codes (irc) (#465) 2018-07-11 22:50:49 +02:00