Changed examples to point to #irc-crate.

This commit is contained in:
Aaron Weiss 2017-06-19 14:46:34 -04:00
parent e5e33e9069
commit 36eeca7db6
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2
4 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ fn main() {
let config = Config {
nickname: Some("pickles".to_owned()),
server: Some("irc.fyrechat.net".to_owned()),
channels: Some(vec!["#vana".to_owned()]),
channels: Some(vec!["#irc-crate".to_owned()]),
port: Some(6697),
use_ssl: Some(true),
..Default::default()