Charcoal-SE / PulseMonitor

PulseMonitor is the chat interface to Halflife.
MIT License
4 stars 3 forks source link

Notification regex can contain HTML entities, can't contain backslashes #20

Closed tripleee closed 5 years ago

tripleee commented 5 years ago
@halflife notify Traceback \(most recent call last\):

gets transmitted as

Traceback (most recent call last&41;

There doesn't seem to be a solid way to transmit a literal backslash, either. If you double them, you get two in the delivered message.

tripleee commented 5 years ago

The workaround is fugly but I don't think there is any immediate better fix. Calling this done.