From 2fc6213a39a2752cee1c5836bdec1c7f64d80703 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Tue, 21 Mar 2023 15:43:27 +0200 Subject: [PATCH] - Moved section - Fixed indentation --- docs/daemon.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/docs/daemon.md b/docs/daemon.md index 0457af8..beb97a8 100644 --- a/docs/daemon.md +++ b/docs/daemon.md @@ -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 ; +} +``` + +1. Set `` 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 ; -} -``` - -1. Set `` 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