# HG changeset patch # User Matthew Wild # Date 1506084221 -3600 # Node ID fdb2f53347d69a399104b16b12830ae41d4a00e2 # Parent 2af42a3af1314a86121c794e0f1f041c9a6b4c03 mod_muc_limits: Document muc_max_nick_length diff -r 2af42a3af131 -r fdb2f53347d6 mod_muc_limits/README.markdown --- a/mod_muc_limits/README.markdown Thu Sep 21 23:31:42 2017 +0200 +++ b/mod_muc_limits/README.markdown Fri Sep 22 13:43:41 2017 +0100 @@ -39,6 +39,7 @@ -------------------- --------------- ------------------------------------------ muc\_event\_rate 0.5 The maximum number of events per second. muc\_burst\_factor 6 Allow temporary bursts of this multiple. + muc\_max\_nick\_length 23 The maximum allowed length of user nicknames For more understanding of how these values are used, see the algorithm section below.