onCommandAuth

Asks the ConnectService to (re-)authenticate to services.

version(WithAdminPlugin && WithConnectService)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).permissionsRequired(Permissions.admin).channelPolicy(ChannelPolicy.home).addCommand(IRCEventHandler.Command().word("auth").policy(PrefixPolicy.nickname).description("(Re-)authenticates with services. Useful if the server " ~ "has forcefully logged the bot out."))
void
onCommandAuth