diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index 46f2e17..a527e28 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -1269,12 +1269,12 @@ public class Client : Thread // TODO: Don't forget to re-enable this when done testing! Thread.sleep(dur!("seconds")(4)); - client.joinChannel("#birchwood"); - while(true) - { - Thread.sleep(dur!("seconds")(15)); - } + // client.joinChannel("#birchwood"); + // while(true) + // { + // Thread.sleep(dur!("seconds")(15)); + // } - // client.quit(); + client.quit(); } } \ No newline at end of file