blob: 0ba021db0fea680dbd67bc1a6d30a8aeed34b1a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.
|