diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 1a0e70080..36bb3297e 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -424,6 +424,10 @@ class CoreExport ServerConfig */ bool SyntaxHints; + /** The name of the casemapping method used by this server. + */ + std::string CaseMapping; + /** If set to true, the CycleHosts mode change will be sourced from the user, * rather than the server */ |