Diversify

This commit is contained in:
Cyberboss
2018-08-09 13:26:09 -04:00
parent 283c7aa534
commit 5b1f6b25f6
@@ -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);