diff options
Diffstat (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/blist/README.md')
-rw-r--r-- | Data/BuiltIn/Libraries/lua-addons/addons/blist/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Data/BuiltIn/Libraries/lua-addons/addons/blist/README.md b/Data/BuiltIn/Libraries/lua-addons/addons/blist/README.md new file mode 100644 index 0000000..0ba021d --- /dev/null +++ b/Data/BuiltIn/Libraries/lua-addons/addons/blist/README.md @@ -0,0 +1,27 @@ +#Blist v1.2 +####written by Ragnarok.Ikonic + +More detailed blist with tiered display options. Allows for blist to be active on any or all of several chat types. + +####//Blist and //bl are both valid commands. +//bl help : Lists this menu. +//bl status : Shows current configuration. +//bl list : Displays blacklist. +//bl useblist|linkshell|party|tell|emote|say|shout|bazaar|examine : Toggles using Blist for said chat mode. +//bl mutedcolor # : Sets color for muted communication. Valid values 1-255. +//bl add|update name # hidetype reason : Adds to or updates a user on your blist. + name = name of person you want to blist + # = number of days to blist said person; 0 = forever + hidetype = how blacklisted you want said person to be; valid options: hard, soft, muted + hard = full blist, nothing gets through + soft = message saying conversation from name was blocked + muted = message comes through, but in a different color + reason = reason why you are adding said person to blist +//bl delete|remove name : Removes a user from your blist. +//bl qa name [reason] : Adds a user to your blist w/o requiring extra details (reason is optional). + +###Changelog: +* v0.0 06/08/13 Created addon. +* v1.0 06/08/13 Public release. +* v1.1 06/15/13 Added 'bl qa name' command, fixed some type-mismatch errors, and added command to tell all characters to update whenever a members.xml change was made. +* v1.2 07/01/13 Fixed issue with bazaar and emote not getting blocked. Fixed issue with member entries being erased. |