diff options
author | Sadie Powell <sadie@witchery.services> | 2020-01-07 16:55:25 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-01-07 18:55:35 +0000 |
commit | 3dd446de4155227d423e83628a10195e46b385aa (patch) | |
tree | a6964297c801fbce868a6f09cd6be29422aa24ad /docs/conf/modules.conf.example | |
parent | 1e819280ee504883af4af27655ba22410274111f (diff) |
Add a replacement for the nationalchars module.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 215f66137..29adff840 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -572,6 +572,20 @@ #<module name="clones"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Codepage module: Allows using a custom 8-bit codepage for nicknames +# and case mapping. +# +# You should include one of the following files to set your codepage: +#<include file="examples/codepages/ascii.conf.example"> +#<include file="examples/codepages/latin1.conf.example"> +#<include file="examples/codepages/rfc1459.conf.example"> +#<include file="examples/codepages/strict-rfc1459.conf.example"> +# +# You can also define a custom codepage. For details on how to do this +# please refer to the docs site: +# https://docs.inspircd.org/3/modules/codepage + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Common channels module: Adds user mode +c, which, when set, requires # that users must share a common channel with you to PRIVMSG or NOTICE # you. @@ -1414,6 +1428,9 @@ # National characters module: # 1) Allows using national characters in nicknames. # 2) Allows using custom (national) casemapping over the network. +# +# This module is incredibly poorly written and documented. You should +# probably use the codepage module instead for 8-bit codepages. #<module name="nationalchars"> # # file - Location of the file which contains casemapping rules. If this |