X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=plugins%2Fmuc%2Fwhois.lib.lua;h=4acf288c3ca27fbdd179495b3de68458c7eb1dcc;hb=873005c41b407731d759be423c51cb251346c0ae;hp=07e72c69623fefc66c31fd68f4dfcfd16bd57221;hpb=a42c0795142bf77347b6040e26a885eda1ee840c;p=prosody.git diff --git a/plugins/muc/whois.lib.lua b/plugins/muc/whois.lib.lua index 07e72c69..4acf288c 100644 --- a/plugins/muc/whois.lib.lua +++ b/plugins/muc/whois.lib.lua @@ -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