42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Fix buffer flushing yet again #411

Closed hloeung closed 3 years ago

hloeung commented 3 years ago

Yet another fix to bug introduced by commit bc88bb1. Still an issue with pasting paths causing the buffers to be flushed when it shouldn't (e.g. /srv/mydir). Instead, split it into two regexs to avoid confusion. One for replies to message/threads as well as reactions and the other for message modifications.