Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 491 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 491 Bytes

Cerith

Intro

An IRC bot written in Rust. Experimental and flawed.

Howto

cargo build --release
./target/release/cerith -c SERVER [-p PORT]
# or
./target/release/cerith -f FILE.toml

Commands

  • !join #channel
  • !part #channel MESSAGE
  • !say #channel MESSAGE
  • !mode #channel +...
  • !mode #channel -...
  • !quit

Thanks

Inspired by rust-pop3.

License

MIT