WorldFilter - Addon to filter world/trade channel by keyword
Posted: Sat Sep 26, 2015 1:29 am
If you are tired of the constant spam in world/trade for instances and you only want to go specific ones, this is the addon for you. It allows to filter world/trade by keyword, so if i.E. you only want Strat living, add it as a filter and only requests for that instance are shown.
Download: https://github.com/twothe/WorldFilter
Usage:
/wf (prints help)
/wf add <keyword> (adds a new keyword to the list)
/wf del <keyword> (removes that keyword from the list)
/wf list (list all keywords currently on the list)
/wf on (enables this addon)
/wf off (disables this addon)
All variables are saved per character.
The filter is a white-list, so only what is on the list is shown. If you have nothing on the list the entire channel will be blocked. Since this is the default when this addon is loaded for the first time, don't be afraid if the channel is suddenly so silent, just add something or use /wf off to disable the addon for the moment. If you add multiple keywords (like Strat, DM, UBRS) then all chat lines containing at least one of those words will be shown.
All keywords are case sensitive and treated as regular expressions!
If you don't know what regular expressions are, just add the standard names of the instances (DM, Strat, ...) and don't worry about it. If you know what those are, then you can do all kinds of fancy stuff with it.
Examples:
/wf add Scholo (show all lines that contain 'Scholo')
/wf add Strat.*UD (show everything that starts with 'Strat' and is eventually followed by 'UD')
/wf add DM.[wWeE] (show all Diremaul lines that are followed by W or N, e.g DM:W)
/wf add LF.?M (show everyone that is looking for more, like 'LFM' or 'LF3M')
Download: https://github.com/twothe/WorldFilter
Usage:
/wf (prints help)
/wf add <keyword> (adds a new keyword to the list)
/wf del <keyword> (removes that keyword from the list)
/wf list (list all keywords currently on the list)
/wf on (enables this addon)
/wf off (disables this addon)
All variables are saved per character.
The filter is a white-list, so only what is on the list is shown. If you have nothing on the list the entire channel will be blocked. Since this is the default when this addon is loaded for the first time, don't be afraid if the channel is suddenly so silent, just add something or use /wf off to disable the addon for the moment. If you add multiple keywords (like Strat, DM, UBRS) then all chat lines containing at least one of those words will be shown.
All keywords are case sensitive and treated as regular expressions!
If you don't know what regular expressions are, just add the standard names of the instances (DM, Strat, ...) and don't worry about it. If you know what those are, then you can do all kinds of fancy stuff with it.
Examples:
/wf add Scholo (show all lines that contain 'Scholo')
/wf add Strat.*UD (show everything that starts with 'Strat' and is eventually followed by 'UD')
/wf add DM.[wWeE] (show all Diremaul lines that are followed by W or N, e.g DM:W)
/wf add LF.?M (show everyone that is looking for more, like 'LFM' or 'LF3M')