MUC: Assign priorities to config form hooks so they have a consistent order on each...
[prosody.git] / plugins / muc / whois.lib.lua
index 07e72c69623fefc66c31fd68f4dfcfd16bd57221..4acf288c3ca27fbdd179495b3de68458c7eb1dcc 100644 (file)
@@ -38,7 +38,7 @@ module:hook("muc-config-form", function(event)
                        { value = 'anyone',     label = 'Anyone',          default = whois == 'anyone' }
                }
        });
-end);
+end, 100-9);
 
 module:hook("muc-config-submitted/muc#roomconfig_whois", function(event)
        if set_whois(event.room, event.value) then