diff options
author | Daniel <kingdread@gmx.de> | 2020-05-04 15:25:33 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-05-04 15:25:33 +0200 |
commit | 74dc6574650a157ab57779dc633e140d020b792a (patch) | |
tree | 6543a81e0545b9acfeea64a63547c0f7aadf996c /raidgrep.1.asciidoc | |
parent | 6afe5879579ad39397024fbdbe75ad3207ff50a1 (diff) | |
download | raidgrep-74dc6574650a157ab57779dc633e140d020b792a.tar.gz raidgrep-74dc6574650a157ab57779dc633e140d020b792a.tar.bz2 raidgrep-74dc6574650a157ab57779dc633e140d020b792a.zip |
add -class player filter
Diffstat (limited to 'raidgrep.1.asciidoc')
-rw-r--r-- | raidgrep.1.asciidoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/raidgrep.1.asciidoc b/raidgrep.1.asciidoc index 78dcf78..1cbdf85 100644 --- a/raidgrep.1.asciidoc +++ b/raidgrep.1.asciidoc @@ -139,6 +139,14 @@ The following predicates have to be wrapped in either a *any(player: ...)* or Shorthand that matches if the character or the account name match the given regular expression. +*-class* 'CLASSES':: + Match the player if they have one of the given classes. Note that a core + class won't match its elite specializations, so _Guardian_ won't match + _Dragonhunter_. + + + + Names can be comma separated, in which case the player must have any of the + listed classes. + === Boss Names Bosses can be referred to by their official name, although if that name |