Test IRC bot in Rust
Find a file
Darren VanBuren 606db75101 Add timing information for processing messages.
Also did some clean up of some debugging, reordered use statements, tried to short circuit out some processing if the bot isn't mentioned, made weather command support locid and pws locations (specifically to support Sudden Valley).
2016-08-01 19:40:42 -07:00
src Add timing information for processing messages. 2016-08-01 19:40:42 -07:00
.gitignore Very basic test for IRC library, include hyper for HTTP 2016-07-25 17:56:11 -07:00
Cargo.lock Make Weather command input locations 2016-07-28 02:23:43 -07:00
Cargo.toml Make Weather command input locations 2016-07-28 02:23:43 -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