Adds a channel to the list of currently active home or guest channels, to the IRCBot.homeChannels and IRCBot.guestChannels arrays of the current AdminPlugin's IRCPluginState, respectively.
Follows up with a Fiber to verify that the channel was actually joined.
The current AdminPlugin.
The triggering IRCEvent.
The channel to be added, potentially in unstripped, cased form.
Whether to add the channel as a home or guest channel.
Adds a channel to the list of currently active home or guest channels, to the IRCBot.homeChannels and IRCBot.guestChannels arrays of the current AdminPlugin's IRCPluginState, respectively.
Follows up with a Fiber to verify that the channel was actually joined.