From a23636483c59ae3c324aae2ec279ea653c81882f Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 25 Mar 2023 14:18:51 +0200 Subject: [PATCH] Client - Updated comment for call to `doAuth()` --- source/birchwood/client/client.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)