migrate all the examples and tests to freenode

This commit is contained in:
Aaron Weiss 2020-07-23 13:40:10 -04:00
parent 9e21dcf3c2
commit 5968edd355
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF
10 changed files with 15 additions and 15 deletions

View file

@ -15,7 +15,7 @@ async fn main() -> irc::error::Result<()> {
let config = Config {
nickname: Some("irc-crate-ci".to_owned()),
server: Some("irc.pdgn.co".to_owned()),
server: Some("chat.freenode.net".to_owned()),
alt_nicks: vec!["[irc-crate-ci]".to_owned()],
..Default::default()
};