dgw
dgw
The Discord webapp just magically responds to `s/typo/fixing`, but it just passes messages like that to the channel literally. It would probably be safe to attempt parsing those and issuing...
@varazir Did you also restart BitlBee? In an earlier comment you said you didn't want to, but AFAIK the only way to load an updated plugin is to restart.
Does this happen for all channels, or just one in particular? I see @sm00th already covered the meaning of this specific error code, but it looks like we haven't yet...
That's customizable by making a copy of the script and editing the this.paraSelctors definition on line 48 of emphasis-src.js. But the primary version should probably be extended to allow highlighting...
Duplicate of #223
This is still happening, stale-bot.
Because of [this database maintenance](https://status.coveralls.io/incidents/ppvnbpd172gy) since Sept. 17 evening (PDT).
Isn't it time to tag a new release? Manually using 7737f11 fixed a bash error I saw when adding this to one of my workflows, but obviously that workflow is...
You may find that this issue (and #679) is considerably improved in [thelounge/lounge](https://github.com/thelounge/lounge). Edit: I see that @MaxLeiter beat me to this in #681.
This should probably strip all control codes, not just colors. - `\x02`: bold text - `\x03`: colored text (already handled with arguments, :+1:) - `\x1D`: italic text - `\x1F`: underlined...