Mercurial > wow > lfg-premade-filter
changeset 31:c482671ea9a4
voice chat support
author | ovolkov |
---|---|
date | Sun, 22 Feb 2015 08:36:28 +0300 |
parents | 1ff8e590959d |
children | 608f4d7f77d3 |
files | LFGFilter.lua |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/LFGFilter.lua Sun Feb 22 08:36:15 2015 +0300 +++ b/LFGFilter.lua Sun Feb 22 08:36:28 2015 +0300 @@ -24,6 +24,7 @@ }) local aliases = { + voice_chat = "voice", hm = "highmaul", brf = "blackrock_foundry", blackrockfoundry = "blackrock_foundry", @@ -145,6 +146,9 @@ result_env.healer = memberCounts.HEALER result_env.damager = memberCounts.DAMAGER + memberCounts.NOROLE result_env.my_server = leaderName and not leaderName:find('-') + if voiceChat and voiceChat ~= "" then + result_env.voice = voiceChat + end for idx = 1, numMembers do local role, class, classLocalized = C_LFGList.GetSearchResultMemberInfo(id, idx)