Added alternate nicknames to the simple example.
This commit is contained in:
parent
a222989cb4
commit
4dfa5942a0
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ use irc::server::utils::Wrapper;
|
|||
fn main() {
|
||||
let config = Config {
|
||||
nickname: Some(format!("pickles")),
|
||||
alt_nicks: Some(vec![format!("bananas"), format!("apples")]),
|
||||
server: Some(format!("irc.fyrechat.net")),
|
||||
channels: Some(vec![format!("#vana")]),
|
||||
.. Default::default()
|
||||
|
|
Loading…
Add table
Reference in a new issue