1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 15:22:53 +02:00
- WIP
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-16 13:20:46 +02:00
parent 9134a437d5
commit b024a14c7a

View File

@ -139,7 +139,8 @@ public class Client : Thread
if(commandReply.getReplyType() == ReplyType.RPL_ISUPPORT) if(commandReply.getReplyType() == ReplyType.RPL_ISUPPORT)
{ {
logger.log("Take a look:\n\n"~commandReply.getParams()); string params = commandReply.getParams();
logger.log("RPL_ISUPPORT_PARAMS:\n\n"~params);
} }
} }