From 6fc111ccb6650a67f014977b2e7ebc2fb5b16790 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 29 Oct 2022 15:44:01 +0100 Subject: Rename session registration to connection to avoid a semantic conflict. We previously referred to both session registration and user registration as "registration" which is confusing for users who aren't familiar with how IRC works. --- docs/conf/inspircd.conf.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 8463126f4..a2a4ca7dc 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -221,11 +221,11 @@ # # # Connect blocks are searched twice for each user - once when the TCP # # connection is accepted, and once when the user completes their # -# registration. Most of the information (hostname, ident response, # +# connection. Most of the information (hostname, ident response, # # password, TLS when using STARTTLS, etc) is only available during # # the second search. If you are trying to make a closed server you # -# will probably need a connect block just for user registration. This # -# can be done by using # +# will probably need a connect block just for user connection. This # +# can be done by using # # To enable IRCCloud on your network uncomment this: # -- cgit v1.3.1-10-gc9f91