onCommandGuest

Adds or removes channels to/from the list of currently active guest channels, in the IRCBot.guestChannels array of the current AdminPlugin's IRCPluginState.

Merely passes on execution to addChannel and delChannel with addAsHome: false (and delFromHomes: false) as argument.

version(WithAdminPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).permissionsRequired(Permissions.admin).channelPolicy(ChannelPolicy.home).fiber(true).addCommand(IRCEventHandler.Command().word("guest").policy(PrefixPolicy.prefixed).description("Adds or removes a channel to/from the list of guest channels.").addSyntax("$command add [channel]").addSyntax("$command del [channel]").addSyntax("$command list"))
void
onCommandGuest