avoidGM namePattern
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".