mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Diversify
This commit is contained in:
@@ -19,8 +19,6 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
{
|
||||
const int TimeoutSeconds = 5;
|
||||
|
||||
const string QuitMeme = "Mr. Stark, I don't feel so good...";
|
||||
|
||||
/// <inheritdoc />
|
||||
public override bool Connected => client.IsConnected;
|
||||
|
||||
@@ -318,7 +316,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
{
|
||||
try
|
||||
{
|
||||
client.RfcQuit(QuitMeme, Priority.Critical); //priocritical otherwise it wont go through
|
||||
client.RfcQuit("Mr. Stark, I don't feel so good...", Priority.Critical); //priocritical otherwise it wont go through
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
@@ -350,7 +348,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
toPart.Add(I);
|
||||
|
||||
foreach (var I in toPart)
|
||||
client.RfcPart(I, QuitMeme);
|
||||
client.RfcPart(I, "Pretty nice abscond!");
|
||||
foreach (var I in hs)
|
||||
client.RfcJoin(I);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user