From a0d8ea8596a3b0e278678e245ced63af34f62ac7 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 14 Oct 2020 18:48:23 +0200 Subject: [PATCH] Added two commands TO BE implemented in the near future. --- source/dnetd/dconnection.d | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/dnetd/dconnection.d b/source/dnetd/dconnection.d index f60d778..9c33cf8 100644 --- a/source/dnetd/dconnection.d +++ b/source/dnetd/dconnection.d @@ -44,6 +44,12 @@ public class DConnection : Thread MEMBER_LIST, SERVER_INFO, MOTD, + + + /* TODO: Still to implement */ + MEMBER_INFO, + STATUS, + UNKNOWN }