Add whisper notifications
This commit is contained in:
19
Heimdall.lua
19
Heimdall.lua
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user