mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
I can't fucking take it anymore seriously I'm at my limit
This commit is contained in:
@@ -96,6 +96,16 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
if (e.Author.Id == client.CurrentUser.Id)
|
||||
return;
|
||||
|
||||
if (e.Content.Equals("Based on what?", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
// DCT: None available
|
||||
await SendMessage(
|
||||
e.Channel.Id,
|
||||
"https://youtu.be/LrNu-SuFF_o",
|
||||
default)
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
|
||||
var pm = e.Channel is IPrivateChannel;
|
||||
|
||||
if (!pm && !mappedChannels.Contains(e.Channel.Id))
|
||||
|
||||
Reference in New Issue
Block a user