mod_csi_muc_priorities: Add an example
authorKim Alvefur <zash@zash.se>
Fri, 02 Aug 2019 08:04:16 +0200
changeset 3643 562d3b219876
parent 3642 6f3e878537f4
child 3644 b2f32b3c6ec1
mod_csi_muc_priorities: Add an example
mod_csi_muc_priorities/README.markdown
--- 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
+}
+```