MessagingProxy.raw

Sends text to the server, verbatim.

This is used to send messages of types for which there exist no helper functions.

mixintemplate MessagingProxy(Flag!"debug_" debug_ = No.debug_)
private pragma(inline, true)
void
raw
(
const string line
,,
const string caller = __FUNCTION__
)