From 9285d5289764614c43f4030cb8066384597d255d Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Thu, 15 Oct 2020 11:28:12 +0200 Subject: [PATCH] Added TODO for `CHAN_PROP` and `SET_PROP` to be implemented. --- source/dnetd/dconnection.d | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dnetd/dconnection.d b/source/dnetd/dconnection.d index 53a2556..2e550a7 100644 --- a/source/dnetd/dconnection.d +++ b/source/dnetd/dconnection.d @@ -626,6 +626,7 @@ public class DConnection : Thread /* Encode the reply */ reply ~= [true]; } + /* TODO: `CHAN_PROP`, `SET_PROP` */ /* If no matching built-in command was found */ else {