//! A `nu` plugin to interact with Twitch IRC & API.
//!
//! Currently provide the following commands:
//! - `twitch auth` for authentication, with support for multiple profiles
//! - `twitch chat` for listening to Twitch chat via IRC
//! - `twitch notices` for listening to Twitch events via IRC
//! - `twitch say` for saying someing in Twitch chat via IRC (require authentication)
pub
/// Definition of all the nu commands
/// Definition of the custom types returned by the commands
/// Plugin interface implementation
pub use TwitchPlugin;