42wim / matterircd

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

Flush buffers on reactions, allows adding various reactions in sequence, also replies to threads or message modifications #387

Closed hloeung closed 3 years ago

hloeung commented 3 years ago

Split out from https://github.com/42wim/matterircd/pull/386

So you can add multiple reactions in sequence, especially with a high PasteBufferTimeout. This also allows replying to threads or modifying messages in sequence without the chance it'll be sent as-is. e.g.

Test
s//
Two

Will delete the message Test and send Two rather than send all 3 lines with s// sent as text.

42wim commented 3 years ago

👍