catinator 1.6.4

High Level IRC Bot library and instance
Documentation
1
2
3
4
5
6
7
//! Utilities for dealing with IRC and bot making

mod formatting;
mod web;

pub use formatting::*;
pub use web::*;