From 0403e5e182432ba4b8950ef3017ad4eb038df63a Mon Sep 17 00:00:00 2001 From: bernard langham Date: Fri, 15 Nov 2024 19:05:25 +0800 Subject: [PATCH 1/3] suppress "Not collecting tithe from " spam, which is more appropriate (and already exists) as a debug message. --- Core.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Core.lua b/Core.lua index 0bd75eb..372a5be 100644 --- a/Core.lua +++ b/Core.lua @@ -312,9 +312,9 @@ function E:UpdateOutstandingTithe(source, update, ...) end else self:PrintDebug(" " .. source .. " not collecting", true) - if GuildTithe_SavedDB.Spammy then - self:PrintMessage(format(L.ChatSpammyNotCollectingSource, source)) - end + -- if GuildTithe_SavedDB.Spammy then + -- self:PrintMessage(format(L.ChatSpammyNotCollectingSource, source)) + -- end end end From 8f25e771625002a0dffe009f5d266370c5a09eb7 Mon Sep 17 00:00:00 2001 From: bernard langham Date: Fri, 15 Nov 2024 19:09:55 +0800 Subject: [PATCH 2/3] suppress "Not collecting tithe from " chat spam, which triggers multiple times on accessing items in the user's mailbox. a debug message with this information is already provided, if required. --- Core.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Core.lua b/Core.lua index 372a5be..0bd75eb 100644 --- a/Core.lua +++ b/Core.lua @@ -312,9 +312,9 @@ function E:UpdateOutstandingTithe(source, update, ...) end else self:PrintDebug(" " .. source .. " not collecting", true) - -- if GuildTithe_SavedDB.Spammy then - -- self:PrintMessage(format(L.ChatSpammyNotCollectingSource, source)) - -- end + if GuildTithe_SavedDB.Spammy then + self:PrintMessage(format(L.ChatSpammyNotCollectingSource, source)) + end end end From 673c7f8f2a21a0bd0d22182010d8af3c5eafdd9c Mon Sep 17 00:00:00 2001 From: bernard langham Date: Sat, 16 Nov 2024 19:11:58 +0800 Subject: [PATCH 3/3] Revert "suppress "Not collecting tithe from " chat spam, which triggers multiple times on accessing items in the user's mailbox. a debug message with this information is already provided, if required." This reverts commit 8f25e771625002a0dffe009f5d266370c5a09eb7. --- Core.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Core.lua b/Core.lua index 0bd75eb..372a5be 100644 --- a/Core.lua +++ b/Core.lua @@ -312,9 +312,9 @@ function E:UpdateOutstandingTithe(source, update, ...) end else self:PrintDebug(" " .. source .. " not collecting", true) - if GuildTithe_SavedDB.Spammy then - self:PrintMessage(format(L.ChatSpammyNotCollectingSource, source)) - end + -- if GuildTithe_SavedDB.Spammy then + -- self:PrintMessage(format(L.ChatSpammyNotCollectingSource, source)) + -- end end end