Added TODO for `CHAN_PROP` and `SET_PROP` to be implemented.

This commit is contained in:
Tristan B. Kildaire 2020-10-15 11:28:12 +02:00
parent ae64574d3e
commit 9285d52897
1 changed files with 1 additions and 0 deletions

View File

@ -626,6 +626,7 @@ public class DConnection : Thread
/* Encode the reply */ /* Encode the reply */
reply ~= [true]; reply ~= [true];
} }
/* TODO: `CHAN_PROP`, `SET_PROP` */
/* If no matching built-in command was found */ /* If no matching built-in command was found */
else else
{ {