changeset 5565:b97ae1cd7813

mod_muc_limits: Normalise README markdown syntax (thanks pandoc)
author Kim Alvefur <zash@zash.se>
date Sat, 24 Jun 2023 23:53:48 +0200
parents 731ba9400c10
children f71d66bd87be
files mod_muc_limits/README.markdown
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mod_muc_limits/README.markdown	Sat Jun 24 23:51:31 2023 +0200
+++ b/mod_muc_limits/README.markdown	Sat Jun 24 23:53:48 2023 +0200
@@ -35,11 +35,11 @@
 
 You can define (globally or per-MUC component) the following options:
 
-  Name                     Default value   Description
-  ------------------------ --------------- ----------------------------------------------
-  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
+  Name                  Default value   Description
+  --------------------- --------------- ----------------------------------------------
+  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.