From 3aa14492e23d178531c36fdd75a8f82f658ff9b4 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 28 Jun 2023 08:32:44 +0200 Subject: [PATCH] Client - Removed now-completed TODOs --- source/birchwood/client/client.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index b40e36d..a317369 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -646,13 +646,11 @@ public class Client : Thread } else { - //TODO: Invalid channel name throw new BirchwoodException(ErrorType.INVALID_CHANNEL_NAME); } } else { - //TODO: Illegal characters throw new BirchwoodException(ErrorType.ILLEGAL_CHARACTERS); } }