diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index 3050b7c..248145f 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -524,6 +524,9 @@ public class Client : Thread // If the command is numeric then it is a reply of some sorts else if(ircMessage.isResponseMessage()) { + // TODO: Add numeric response check here for CERTAIN ones which add to client + // ... state + /* Call the command reply handler */ onCommandReply(ircMessage); }