A fork of aatxe/irc Rust crate, improved for IRCv3 support.
Find a file
2014-11-02 13:47:22 -05:00
src Added load_utf8 to Config and load takes a Path. 2014-11-02 13:47:22 -05:00
.gitignore Added some basic data tests. 2014-10-08 18:08:29 -04:00
.travis.yml Travis configuration now marks mktestconfig.sh as executable. 2014-10-08 21:08:44 -04:00
Cargo.toml Initiated with cargo new irc. 2014-09-10 16:23:09 -04:00
mktestconfig.sh Added options hashmap to config for custom bot configuration. 2014-10-29 00:13:18 -04:00
README.md Updated README.md with a link to an example. 2014-11-02 12:41:24 -05:00

irc Build Status

An IRC library in Rust. Subject to serious change. You can find a complex example here. Simple examples and documentation coming soon.