mod_muc_limits: Normalise README markdown syntax (thanks pandoc)
authorKim Alvefur <zash@zash.se>
Sat, 24 Jun 2023 23:53:48 +0200
changeset 5569 b97ae1cd7813
parent 5568 731ba9400c10
child 5570 f71d66bd87be
mod_muc_limits: Normalise README markdown syntax (thanks pandoc)
mod_muc_limits/README.markdown
--- 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.