1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 09:43:37 +02:00

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

View File

@ -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
{