diff options
| author | 2022-10-29 15:44:01 +0100 | |
|---|---|---|
| committer | 2022-10-29 15:54:59 +0100 | |
| commit | 6fc111ccb6650a67f014977b2e7ebc2fb5b16790 (patch) | |
| tree | ea56149af9bf3e2226e32385ad6989355266090d /docs | |
| parent | Use User::IsFullyConnected instead of checking for REG_ALL. (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/inspircd.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
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 <connect registered="no"> # +# will probably need a connect block just for user connection. This # +# can be done by using <connect connected="no"> # # To enable IRCCloud on your network uncomment this: #<include file="examples/providers/irccloud.conf.example"> |
