Added 'memberlist' command

This commit is contained in:
Tristan B. Kildaire 2020-09-30 10:15:32 +02:00
parent 1a3de749b5
commit bad168e400
1 changed files with 5 additions and 2 deletions

View File

@ -240,8 +240,11 @@ public class DConnection : Thread
{
command = Command.MEMBER_COUNT;
}
else if(commandByte == cast(ulong)9)
{
command = Command.MEMBER_LIST;
}
return command;
}