# Functions
Channel configures an IRC channel.
Discord configures a Discord channel with a webhook.
Host configures the IRC server host:port.
New creates a new IRC-Discord bot.
Nick configures the IRC nick of the bot.
Relay configures a relay from either IRC channel or Discord channel to the other.
Sync an IRC channel with a Discord channel.
TLS configures whether the IRC connection should use TLS.
Token configures the Discord bot token.
# Structs
A Bot represents an IRC-Discord bot.
ChannelDiscord represents a configured Discord channel with Discord().
ChannelIRC represents a configured IRC channel with Channel().
# Type aliases
An Option configures a Bot in New.