]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Reword the uhnames and namesx docs.
authorSadie Powell <sadie@witchery.services>
Thu, 26 Nov 2020 17:22:03 +0000 (17:22 +0000)
committerSadie Powell <sadie@witchery.services>
Thu, 26 Nov 2020 17:26:22 +0000 (17:26 +0000)
core [new file with mode: 0644]
docs/conf/modules.conf.example

diff --git a/core b/core
new file mode 100644 (file)
index 0000000..aeebd1f
Binary files /dev/null and b/core differ
index 49c9d99f8eff95ba7521a20bd06f4df63e003959..0241e9433ba11189b73eec5591b7fd8dc9059443 100644 (file)
 #<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">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 #<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">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#