Add whisper notifications

This commit is contained in:
2024-12-12 14:47:47 +01:00
parent be5f8c264f
commit 71894a2613
2 changed files with 52 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ if not Heimdall_Data then Heimdall_Data = {} end
---@field spotter HeimdallSpotterConfig
---@field who HeimdallWhoConfig
---@field messenger HeimdallMessengerConfig
---@field whisperNotify table<string, string>
---@class HeimdallSpotterConfig
---@field enabled boolean
@@ -87,6 +88,22 @@ data.config = {
},
messenger = {
enabled = true
},
whisperNotify = {
"Extazyk",
"Smokefire",
"Smokemantra",
"Хихихантер",
"Муркот",
"Растафаркрай",
"Frosstmorn",
"Pulsjkee",
"Paskoo",
"Totleta",
"Healleta",
"Deathleta",
"Shootleta",
"Stableta"
}
}
@@ -173,4 +190,4 @@ data.padString = function(input, targetLength, left)
end
end
return input
end
end