1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 08:23:07 +02:00

- Removed unused method ask()

- Removed unused public fields
- Quit message field been added to ConnectionInfo struct
This commit is contained in:
Tristan B. Velloza Kildaire 2022-11-05 12:11:41 +02:00
parent 441fd20302
commit 6bdf6b4401

View File

@ -628,19 +628,6 @@ public final class Client : Thread
sendQueueLock.unlock(); sendQueueLock.unlock();
} }
/* TODO: For commands with an expected reply */
// private SList!()
private Object ask()
{
return null;
}
bool yes = true;
bool hasJoined = false;
private void processMessage(ubyte[] message) private void processMessage(ubyte[] message)
{ {
// import std.stdio; // import std.stdio;