Sync more code with upstream, Translations galore, even translations for AntiSpam!
Updated AntiSpam with documentation, safety measures, and better presentations and clarifications for the end-user from FS. If it looks like something was removed from an xml, it was just moved to fall into place better with v-d. Corrected log end message being log start message.
This commit is contained in:
@@ -152,7 +152,7 @@ public:
|
||||
public:
|
||||
Matcher(){}
|
||||
virtual ~Matcher() {}
|
||||
virtual BOOL matches(const LLNotificationPtr) const = 0;
|
||||
virtual bool matches(const LLNotificationPtr) const = 0;
|
||||
};
|
||||
// Walks the list and removes any stacked messages for which the given matcher returns TRUE.
|
||||
// Useful when muting people and things in order to clear out any similar previously queued messages.
|
||||
|
||||
Reference in New Issue
Block a user