1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:22:52 +02:00
- Switched to `ReplyType.RPL_USPPORT`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-16 12:59:52 +02:00
parent c51d7f402f
commit 9070bf4573

View File

@ -137,7 +137,7 @@ public class Client : Thread
import birchwood.protocol.constants : ReplyType;
if(commandReply.getReplyType() == ReplyType.RPL_BOUNCE)
if(commandReply.getReplyType() == ReplyType.RPL_ISUPPORT)
{
logger.log("Take a look:\n\n"~commandReply.getParams());
}