avoidGM namePattern

From OpenKore Wiki
Revision as of 20:51, 15 December 2009 by Mushrom (talk | contribs) (Created page with '; avoidGM_namePattern [<[http://www.regular-expressions.info/quickstart.html regular expression]>] : By default, Kore identifies Game Masters as those players whose names follow …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
avoidGM_namePattern [<regular expression>]
By default, Kore identifies Game Masters as those players whose names follow the pattern:
/^([a-z]?ro)?-?(Sub)?-?\[?GM\]?/

The regular expression above matches the names iro-Sub-GM Hakore or pro[GM] Hakore. In case your server uses non-standard GM names, you can use this option to override the pattern by specifying a regular expression for GM names.

Notes:

  • Do not include the enclosing slashes ("/").
  • If you want to learn more about regular expressions, visit the site http://www.regular-expressions.info. Alternatively, you can search the web for the phrase "regular expression".