onCommandOp

Triggers a WHOIS of the user invoking it with bot commands.

version(WithAutomodePlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).permissionsRequired(Permissions.ignore).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("op").policy(PrefixPolicy.prefixed).description("Forces the bot to attempt to apply automodes."))
void
onCommandOp