mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-16 02:22:52 +01:00
Improve it slightly
This commit is contained in:
@@ -269,6 +269,11 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
client.WriteLine("CAP END", Priority.Critical);
|
||||
}
|
||||
|
||||
client.Listen(false);
|
||||
if (client.Nickname != nickname)
|
||||
//run this now cause it has to go up and down the pipe for us to get a proper check
|
||||
client.GetIrcUser(nickname);
|
||||
|
||||
listenTask = Task.Factory.StartNew(() =>
|
||||
{
|
||||
while (client.IsConnected)
|
||||
|
||||
Reference in New Issue
Block a user