When sending a message to HubNet clients using hubnet-broadcast-message or hubnet-send-message a newline is added. This does not happen when broadcasting a message using the HubNet Control Center.
Example:
hubnet-broadcast-message "test"
hubnet-broadcast-message "test2"
Shows in the clients as:
test
test2
(*another newline here*)
The Broadcast Message option in Hubnet Control Center gives:
3:28:19 <Leader> test
3:28:21 <Leader> test2
My question is how do I broadcast a message from my code without the added newline? Currently only the last message is visible to the clients due to the newline.