diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index de90643..cd784dc 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -814,7 +814,7 @@ public class Client : Thread /* Start the socket read-decode loop */ this.start(); - // TODO: We should add a call to NICK followed by USER here + /* Do the /NICK and /USER handshake */ doAuth(); } catch(SocketOSException e)