diff options
author | Sadie Powell <sadie@witchery.services> | 2020-11-26 17:22:03 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-11-26 17:26:22 +0000 |
commit | d3d4c7cf5c2ccb0169aa62d839479f22984437d9 (patch) | |
tree | f8503434e5e2a53857c2d351c5dea3da509c2193 /docs | |
parent | 78db7544d26cdeffeb2bd8045529fe90bd5d852d (diff) |
Reword the uhnames and namesx docs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 49c9d99f8..0241e9433 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1470,9 +1470,9 @@ #<module name="namedmodes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# NAMESX module: Provides support for the NAMESX extension which allows -# clients to see all the prefixes set on a user without getting confused. -# This is supported by mIRC, x-chat, klient, and maybe more. +# NAMESX module: Provides support for the IRCv3 multi-prefix capability +# and legacy NAMESX extension which allow clients to see all the prefix +# modes set on a user. #<module name="namesx"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# @@ -2355,11 +2355,9 @@ #<module name="topiclock"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# UHNAMES support module: Adds support for the IRCX style UHNAMES -# extension, which displays ident and hostname in the names list for -# each user, saving clients from doing a WHO on the channel. -# If a client does not support UHNAMES it will not enable it, this will -# not break incompatible clients. +# UHNAMES support module: Adds support for the IRCv3 userhost-in-names +# capability and legacy UHNAMES extension which display the ident and +# hostname of users in the NAMES list. #<module name="uhnames"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |