MessagingProxy.mode

Sets a channel mode.

This includes modes that pertain to a user in the context of a channel, like bans.

mixintemplate MessagingProxy(Flag!"debug_" debug_ = No.debug_)
private pragma(inline, true)
void
mode
(
const string channel
,
const const(char)[] modes
,
const string content = string.init
,,
const string caller = __FUNCTION__
)