An IRC bot written in Rust. Experimental and flawed.
cargo build --release
./target/release/cerith -c SERVER [-p PORT]
# or
./target/release/cerith -f FILE.toml
!join #channel
!part #channel MESSAGE
!say #channel MESSAGE
!mode #channel +...
!mode #channel -...
!quit
Inspired by rust-pop3.
MIT