about summary refs log tree commit diff
path: root/Examples/Tokens/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Tokens/Client.cs')
-rw-r--r--Examples/Tokens/Client.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Tokens/Client.cs b/Examples/Tokens/Client.cs
index 71d1407..5ad0cf0 100644
--- a/Examples/Tokens/Client.cs
+++ b/Examples/Tokens/Client.cs
@@ -52,7 +52,7 @@ namespace TokensSample
                             Send(new Line("PONG", line.Params[0]));
                             break;
                         case "001":
-                            Send(new Line("JOIN", "#test"));
+                            Send(new Line("JOIN", "#irctokens"));
                             break;
                         case "PRIVMSG":
                             Send(new Line("PRIVMSG", line.Params[0], "hello there"));