diff options
| author | 2022-10-29 16:35:12 +0100 | |
|---|---|---|
| committer | 2022-10-29 16:35:12 +0100 | |
| commit | dac556b55b516ee2e322a2ffba714bc92c2bbcc1 (patch) | |
| tree | 4788086ae4dc3f14c8e324a86eab904207d6c356 /docs | |
| parent | Rename session registration to connection to avoid a semantic conflict. (diff) | |
| parent | Add a workaround for a conflict between libmysqlclient and pcre. (diff) | |
| download | inspircd++-dac556b55b516ee2e322a2ffba714bc92c2bbcc1.tar.gz inspircd++-dac556b55b516ee2e322a2ffba714bc92c2bbcc1.tar.bz2 inspircd++-dac556b55b516ee2e322a2ffba714bc92c2bbcc1.zip | |
Merge branch 'insp3' into master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/inspircd.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index a2a4ca7dc..6a30cd558 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -628,8 +628,8 @@ # 'splitmsg' - the same as split but also send a message explaining the split. splitwhois="no" - # defaultmodes: What modes are set on a empty channel when a user - # joins it and it is unregistered. + # defaultmodes: What modes are set on a new channel when a user creates it. Any + # prefix modes will be set on the creating user. defaultmodes="not" # xlinemessage: This is the text that is sent to a user when they are |
