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