aboutsummaryrefslogtreecommitdiffstats
path: root/examples/client.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/client.rs')
-rw-r--r--examples/client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/client.rs b/examples/client.rs
index d37bb40..ba8c1de 100644
--- a/examples/client.rs
+++ b/examples/client.rs
@@ -17,7 +17,7 @@ fn main() {
drop(args);
- let mut connection = IrcClient::connect(host.as_slice(), port, "Dr-Emann".to_string(), "dremann".to_string(), "Zachary Dremann".to_string()).unwrap();
+ let mut connection = IrcClient::connect(host.as_slice(), port, "rusty-irc".to_string(), "dremann".to_string(), "Zachary Dremann".to_string()).unwrap();
let on_msg = |message: &Message| {
println!("{}", *message);