|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IgnoreList
Singleton that manages the list of ignored names. Names on this list will have their messages ignored and (if the server supports it) SILENCEd too.
Method Summary | |
---|---|
boolean |
addMask(IRCUserAddress mask)
Adds a mask to the ignore list. |
IRCUserAddress[] |
getMasks()
Returns the list of masks. |
boolean |
removeMask(IRCUserAddress mask)
Removes a mask from the ignore list. |
Method Detail |
---|
boolean addMask(IRCUserAddress mask)
mask
- Mask to add
boolean removeMask(IRCUserAddress mask)
mask
- Mask to remove
IRCUserAddress[] getMasks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |