changeset 3639:562d3b219876

mod_csi_muc_priorities: Add an example
author Kim Alvefur <zash@zash.se>
date Fri, 02 Aug 2019 08:04:16 +0200
parents 6f3e878537f4
children b2f32b3c6ec1
files mod_csi_muc_priorities/README.markdown
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_csi_muc_priorities/README.markdown	Fri Aug 02 08:04:00 2019 +0200
+++ b/mod_csi_muc_priorities/README.markdown	Fri Aug 02 08:04:16 2019 +0200
@@ -22,3 +22,13 @@
 is from the current user or mentions of their nickname. **Note** that
 mention support require the separate module [mod_track_muc_joins]
 to also be loaded.
+
+``` {.lua}
+modules_enabled = {
+    -- other modules etc
+
+    "csi_simple",
+    "csi_muc_priorities",
+    "track_muc_joins", -- optional
+}
+```