Test IRC bot in Rust
Find a file
Darren VanBuren f450366777 Begin detecting mentions, and slicing to the actual message portion
Also convert source_nick to a plain string, instead of an Option. Next should be making weather code get weather for specified locations.
2016-07-27 15:21:14 -07:00
src Begin detecting mentions, and slicing to the actual message portion 2016-07-27 15:21:14 -07:00
.gitignore Very basic test for IRC library, include hyper for HTTP 2016-07-25 17:56:11 -07:00
Cargo.lock Begin detecting mentions, and slicing to the actual message portion 2016-07-27 15:21:14 -07:00
Cargo.toml Begin detecting mentions, and slicing to the actual message portion 2016-07-27 15:21:14 -07:00
LICENSE initial commit 2016-07-25 15:44:15 -07:00
README.md initial commit 2016-07-25 15:44:15 -07:00

rust-bot

Test IRC bot in Rust