mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
2d2d185200
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. |
||
---|---|---|
.. | ||
api | ||
config | ||
discord | ||
gitter | ||
helper | ||
irc | ||
matrix | ||
mattermost | ||
rocketchat | ||
slack | ||
sshchat | ||
steam | ||
telegram | ||
xmpp | ||
zulip | ||
bridge.go |