Most links are longer than the chat-message-grid-column, and thus are broken up into the next line. Then, they cannot be opened by clicking (most modern terminals have such a feature), nor can they be selected easily for copying and pasting.
If a message has no attachments and :open is used, then do a simple match for ^http(s)?://.+ or something like that, and pass a match to the open crate, it should open the browser.
Most links are longer than the chat-message-grid-column, and thus are broken up into the next line. Then, they cannot be opened by clicking (most modern terminals have such a feature), nor can they be selected easily for copying and pasting.
If a message has no attachments and
:openis used, then do a simple match for^http(s)?://.+or something like that, and pass a match to theopencrate, it should open the browser.