onCommandHome

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

Merely passes on execution to addChannel and delChannel with addAsHome: true (and delFromHomes: true) 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("home").policy(PrefixPolicy.prefixed).description("Adds or removes a channel to/from the list of home channels.").addSyntax("$command add [channel]").addSyntax("$command del [channel]").addSyntax("$command list"))
void
onCommandHome