1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 15:22:53 +02:00
- Print the key-value pairs from `RPL_ISUPPORT` out
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-18 11:38:38 +02:00
parent 1a89396ba8
commit 4b43174c20

View File

@ -159,6 +159,12 @@ public class Client : Thread
// logger.log("<<<>>>"); // logger.log("<<<>>>");
// logger.log(); // logger.log();
import std.stdio;
writeln("Support stuff: ", commandReply.getKVPairs());
} }