Cleaned up tests and documentation after the big renaming.

This commit is contained in:
Aaron Weiss 2018-01-28 03:19:05 +01:00
parent 87b84fdeb9
commit 59f426ac8d
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF
7 changed files with 273 additions and 288 deletions

View file

@ -24,7 +24,7 @@ fn main() {
let mut reactor = IrcReactor::new().unwrap();
for config in configs {
// Immediate errors like failure to resolve the client's name or to establish any connection will
// Immediate errors like failure to resolve the server's domain or to establish any connection will
// manifest here in the result of prepare_client_and_connect.
let client = reactor.prepare_client_and_connect(&config).unwrap();
client.identify().unwrap();