MessagingProxy.invite

Invites a user to a channel.

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