Merge branch 'config'
This commit is contained in:
@@ -183,8 +183,8 @@ function shared.Commander.Init()
|
||||
{ keywordRe = "^classes", commanderOnly = false, callback = CountClassPartitionedStinkies },
|
||||
{ keywordRe = "^help", commanderOnly = false, callback = HelpRu },
|
||||
{ keywordRe = "^helpen", commanderOnly = false, callback = HelpEn },
|
||||
{ keywordRe = "^joingroup", commanderOnly = true, callback = JoinGroup },
|
||||
{ keywordRe = "^leavegroup", commanderOnly = true, callback = LeaveGroup },
|
||||
{ keywordRe = "^joingroup", commanderOnly = false, callback = JoinGroup },
|
||||
{ keywordRe = "^leavegroup", commanderOnly = false, callback = LeaveGroup },
|
||||
{ keywordRe = "^follow", commanderOnly = false, callback = FollowTarget },
|
||||
}
|
||||
|
||||
|
||||
1321
Modules/Config.lua
Normal file
1321
Modules/Config.lua
Normal file
File diff suppressed because it is too large
Load Diff
@@ -98,6 +98,11 @@ function shared.StinkyTracker.Init()
|
||||
shared.stinkyTracker.stinkies[name] = stinky
|
||||
end
|
||||
end
|
||||
for name, stinky in pairs(shared.stinkyTracker.stinkies) do
|
||||
if Heimdall_Data.config.agents[name] then
|
||||
shared.stinkyTracker.stinkies[name] = nil
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
||||
print("Heimdall - StinkyTracker loaded")
|
||||
|
||||
@@ -109,7 +109,7 @@ function shared.Whoer.Init()
|
||||
---@type WHOQuery[]
|
||||
local whoQueries = {
|
||||
WHOQuery.new("g-\"БеспредеЛ\"", {}),
|
||||
WHOQuery.new("g-\"Dovakhin\"", {}),
|
||||
--WHOQuery.new("g-\"Dovahkin\"", {}),
|
||||
WHOQuery.new(
|
||||
"z-\"Orgrimmar\" z-\"Durotar\" z-\"Valley of Trials\" r-\"Human\" r-\"Dwarf\" r-\"Night Elf\"",
|
||||
{ NotSiegeOfOrgrimmarFilter, AllianceFilter }),
|
||||
|
||||
Reference in New Issue
Block a user