A fork of aatxe/irc Rust crate, improved for IRCv3 support.
Find a file
2014-10-10 13:20:37 -04:00
src Simplified connection tests a bit. 2014-10-10 13:20:37 -04: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 tests of some of the handle_command(...) functionality. 2014-10-09 03:26:16 -04:00
README.md Replaced build status image. 2014-09-28 00:22:28 -04:00

irc Build Status

An IRC library in Rust. Subject to serious change.