mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Merge pull request #1289 from tgstation/MrStonedOne-y-u-be-spammy
Remove annoying I don't respond to this channel message
This commit is contained in:
@@ -557,9 +557,6 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
if (mentionedUs)
|
||||
{
|
||||
Logger.LogTrace("Ignoring mention from {0} ({1}) by {2} ({3}). Channel not mapped!", e.Channel.Id, e.Channel.Name, e.Author.Id, e.Author.Username);
|
||||
|
||||
// DCT: None available
|
||||
await SendMessage(e.Channel.Id, "I do not respond to this channel!", default).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user