42wim / matterircd

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

Break longer messages at word boundaries #270

Closed muesli closed 4 years ago

muesli commented 4 years ago

Instead of breaking longer messages into 400 character chunks, this approach breaks messages at word boundaries (spaces, full stops, etc).

It also tries to preserve longer strings which can't be wrapped, so it doesn't break in the middle of a URL anymore.

robinkaranu commented 4 years ago

That would be a nice feature. Did anyone test it yet?

42wim commented 4 years ago

Nice :+1: thanks!