# HG changeset patch # User Kim Alvefur # Date 1564725856 -7200 # Node ID 562d3b219876922272870c356a13cd693fbd00d4 # Parent 6f3e878537f4c2f4ea7eb4645bb82c8323133bf5 mod_csi_muc_priorities: Add an example diff -r 6f3e878537f4 -r 562d3b219876 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 +} +```