onCommandStaff

Adds a nickname or account to the list of users who may trigger even lower level functions of the bot, without being a full admin. This roughly corresponds to channel owners.

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