about summary refs log tree commit diff
path: root/Examples/States/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/States/Client.cs')
-rw-r--r--Examples/States/Client.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/States/Client.cs b/Examples/States/Client.cs
index 0cd7722..76de7d6 100644
--- a/Examples/States/Client.cs
+++ b/Examples/States/Client.cs
@@ -73,7 +73,7 @@ namespace StatesSample
                             Send($"PONG :{line.Params[0]}");
                             break;
                         case Numeric.RPL_WELCOME:
-                            if (!_server.HasChannel("#test")) Send("JOIN #test");
+                            if (!_server.HasChannel("#irctokens")) Send("JOIN #irctokens");
                             break;
                     }
                 }