MessagingProxy.emote

Sends an ACTION "emote" to the supplied target (nickname or channel).

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