From 08f9a2c5a10ee0f457987b8caa55ab91d64518ed Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 30 Aug 2022 15:52:03 +0000 Subject: [PATCH] Fixed /who result being incorrectly formatted. --- SharpChat/SockChatServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SharpChat/SockChatServer.cs b/SharpChat/SockChatServer.cs index a643057..b40c78d 100644 --- a/SharpChat/SockChatServer.cs +++ b/SharpChat/SockChatServer.cs @@ -474,7 +474,7 @@ namespace SharpChat { if(whoChanSB.Length > 2) whoChanSB.Length -= 2; - user.Send(new LegacyCommandResponse(LCR.USERS_LISTING_CHANNEL, false, whoChanSB)); + user.Send(new LegacyCommandResponse(LCR.USERS_LISTING_CHANNEL, false, whoChan.Name, whoChanSB)); } else { foreach(ChatUser whoUser in Context.Users.All()) { whoChanSB.Append(@"