From 79981897ff238177bde93fa40007d4a47bd159e7 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 21 Jun 2023 11:23:41 +0200 Subject: [PATCH] Client - Cleaned up whitespace --- source/birchwood/client/client.d | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index 1e60b4c..55e7453 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -147,7 +147,6 @@ public class Client : Thread logger.log("Generic("~message.getCommand()~", "~message.getFrom()~"): "~message.getParams()); } - // TODO: Hook certain ones default style with an implemenation // ... for things that the client can learn from /** @@ -649,7 +648,6 @@ public class Client : Thread sendMessage(message); } - /** * Initialize the event handlers */ @@ -868,7 +866,6 @@ public class Client : Thread sendMessage(userMessage); } - /** * Adds a given message onto the receieve queue for * later processing by the receieve queue worker thread