This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Strings from 182 to 187:
text = gsub(text, L["To (|Hplayer.-|h):"], (mod.db.profile.channels["Whisper To"] or "[W:From]") .. (mod.db.profile.addSpace and " %1:" or "%1:")) text = gsub(text, L["(|Hplayer.-|h) whispers:"], (mod.db.profile.channels["Whisper From"] or "[W:To]") .. (mod.db.profile.addSpace and " %1:" or "%1:")) text = gsub(text, L["To (|HBNplayer.-|h):"], (mod.db.profile.channels["BN Whisper To"] or "[BN:From]") .. (mod.db.profile.addSpace and " %1:" or "%1:")) text = gsub(text, L["To (|HBNplayer.-|h):"], (mod.db.profile.channels["away BN Whisper To"] or "[BN:To]") .. (mod.db.profile.addSpace and " %1:" or "%1:")) text = gsub(text, L["To (|HBNplayer.-|h):"], (mod.db.profile.channels["busy BN Whisper To"] or "[BN:To]") .. (mod.db.profile.addSpace and " %1:" or "%1:")) text = gsub(text, L["(|HBNplayer.-|h): whispers:"], (mod.db.profile.channels["BN Whisper From"] or "[BN:To") .. (mod.db.profile.addSpace and " %1:" or "%1:"))
Its all normal with that strings? Maybe, it must look like this?
text = gsub(text, L["To (|Hplayer.-|h):"], (mod.db.profile.channels["Whisper To"] or "[W:To]") .. (mod.db.profile.addSpace and " %1:" or "%1:")) text = gsub(text, L["(|Hplayer.-|h) whispers:"], (mod.db.profile.channels["Whisper From"] or "[W:From]") .. (mod.db.profile.addSpace and " %1:" or "%1:")) text = gsub(text, L["To (|HBNplayer.-|h):"], (mod.db.profile.channels["BN Whisper To"] or "[BN:To]") .. (mod.db.profile.addSpace and " %1:" or "%1:")) text = gsub(text, L["To (|HBNplayer.-|h):"], (mod.db.profile.channels["away BN Whisper To"] or "[BN:To]") .. (mod.db.profile.addSpace and " %1:" or "%1:")) text = gsub(text, L["To (|HBNplayer.-|h):"], (mod.db.profile.channels["busy BN Whisper To"] or "[BN:To]") .. (mod.db.profile.addSpace and " %1:" or "%1:")) text = gsub(text, L["(|HBNplayer.-|h): whispers:"], (mod.db.profile.channels["BN Whisper From"] or "[BN:From]") .. (mod.db.profile.addSpace and " %1:" or "%1:"))
To post a comment, please login or register a new account.