MUC: Assign priorities to config form hooks so they have a consistent order on each...
[prosody.git] / plugins / muc / members_only.lib.lua
index 888e86228d69b01d20eef9b279a6ddb99f0368da..1e5e6a56656500bb37c07011eecd21296adf6627 100644 (file)
@@ -58,7 +58,7 @@ module:hook("muc-config-form", function(event)
                label = "Make Room Members-Only?";
                value = get_members_only(event.room);
        });
-end);
+end, 100-6);
 
 module:hook("muc-config-submitted/muc#roomconfig_membersonly", function(event)
        if set_members_only(event.room, event.value) then