onCommandOperator

Adds a nickname or account to the list of users who may trigger lower-level functions of the bot, without being a full admin.

version(WithAdminPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).permissionsRequired(Permissions.staff).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("operator").policy(PrefixPolicy.prefixed).description("Adds or removes an account to/from the operator list of " ~ "operators/moderators (of the current channel).").addSyntax("$command add [account or nickname]").addSyntax("$command del [account or nickname]").addSyntax("$command list"))
void
onCommandOperator