diff options
| author | Adam <Adam@anope.org> | 2012-04-29 15:43:51 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-04-29 15:43:51 -0400 |
| commit | 62818abbf4a39b7641ad2b84d1888ed03b653819 (patch) | |
| tree | 8ac4d9cf71c728060f2a46f9688c81bea658a234 /data | |
| parent | 4d9a96e8df6e0baad3fb55310122061de5907016 (diff) | |
Added options:casemap to chose how case insensitive strings are compared, using ascii, rfc1459, or a locale installed on the system
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index 3b8fc6628..3a9022d47 100644 --- a/data/example.conf +++ b/data/example.conf @@ -277,6 +277,20 @@ networkinfo options { /* + * The case mapping used by services. This must be set to a valid locale name + * installed on your machine. Services use this case map to compare, with + * case insensitivity, things such as nick names, channel names, etc. + * + * We provide two special casemaps shipped with Anope, ascii and rfc1459. + * + * This value should be set to what your IRCd uses, which is probably rfc1459, + * however Anope has always used ascii for comparison, so the default is ascii. + * + * Changing this value once set is not recommended. + */ + casemap = "ascii" + + /* * The maximum length of passwords */ passlen = 32 |
