abridged/src/bridge_irc/mod.rs

6 lines
77 B
Rust

mod config;
mod bridge;
pub use config::IrcConfig;
pub use bridge::IrcTask;