- Moved section

- Fixed indentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-21 15:43:27 +02:00
parent 10f50acce8
commit 2fc6213a39
1 changed files with 17 additions and 15 deletions

View File

@ -287,6 +287,22 @@ set
I don't know if this can be common config, there was a reason I kept it
### Maximum channels
You can configure how many channels a single user may be a member of with this parameter:
```
/* Maximum number of channels a user can be a member of */
set
{
maxchannelsperuser <number>;
}
```
1. Set `<number>` to a positive number
* It is recommended you make this reasonably large enough; nobody wants to join a server where they cannot maintain multiple channel memberships
* `100` is a good number
### yolo
```
@ -313,23 +329,9 @@ log
}
```
TODO: Do this
### Maximum channels
You can configure how many channels a single user may be a member of with this parameter:
```
/* Maximum number of channels a user can be a member of */
set
{
maxchannelsperuser <number>;
}
```
1. Set `<number>` to a positive number
* It is recommended you make this reasonably large enough; nobody wants to join a server where they cannot maintain multiple channel memberships
* `100` is a good number
### Links