FAQ Module
(#189)
* FAQ Module
Adds a FAQ tab:
Lists a command line help.
also lists a Table of FAQ's for each setting.
Will need to populate the settings information in the Module.DefaultConfig
example
`['MezAECount'] = { DisplayName = "Mez AE Count", Category = "Mez", Tooltip = "Mez if you have more than [X] on xtarget", FAQ = "How do I set my AE mes limits?", Answer = "Set your Mez AE Count Setting to the minimum number of Mobs on Xtarget before using AE Mez.", Default = 3, Min = 1, Max = 20, },`
* added FAQ's to Loot Module
* text wrapping
* search FAQ
searches both tables and filters them
* search string to lower so things match easier
* crash fix forgot to set categoties
* added FAQ to Charm Module