feature: add proxy config
This commit is contained in:
parent
e0a9115941
commit
5bf3909d46
14 changed files with 225 additions and 28 deletions
|
@ -17,7 +17,6 @@ async fn main() -> irc::error::Result<()> {
|
|||
nickname: Some("irc-crate-ci".to_owned()),
|
||||
server: Some("irc.pdgn.co".to_owned()),
|
||||
alt_nicks: vec!["[irc-crate-ci]".to_owned()],
|
||||
use_ssl: true,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue