1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 09:43:37 +02:00
This commit is contained in:
Tristan B. Kildaire 2020-09-25 19:41:30 +02:00
parent 2c6641d88c
commit e4c3f72f3a

View File

@ -410,17 +410,13 @@ public class DConnection : Thread
{ {
status = false; status = false;
} }
/* TODO: Handling here, should we make the user wait? */ /* TODO: Handling here, should we make the user wait? */
/* Encode the reply */ /* Encode the reply */
// byte[] reply = [status]; /* TODO: */
// reply ~= channelList; byte[] reply = [status];
writeSocket(tag, reply);
/* TODO: Implement me, use return value */
// writeSocket(tag, reply);
} }
/* If no matching built-in command was found */ /* If no matching built-in command was found */
else else