# HG changeset patch # User Kim Alvefur # Date 1689405297 -7200 # Node ID bae2f4830a936ae516a942a92a57812f5897d13f # Parent 6680a1f53353adac2340ad55a182f6de36538494 mod_muc_limits: Set syntax of config snippets to enable syntax highlighting diff -r 6680a1f53353 -r bae2f4830a93 mod_muc_limits/README.markdown --- a/mod_muc_limits/README.markdown Sat Jul 15 09:09:41 2023 +0200 +++ b/mod_muc_limits/README.markdown Sat Jul 15 09:14:57 2023 +0200 @@ -30,8 +30,10 @@ Add the module to the MUC host (not the global modules\_enabled): - Component "conference.example.com" "muc" - modules_enabled = { "muc_limits" } +```lua +Component "conference.example.com" "muc" + modules_enabled = { "muc_limits" } +``` You can define (globally or per-MUC component) the following options: