X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=plugins%2Fmuc%2Fsubject.lib.lua;h=6f118b43f1397d1f42aeaca06df76c013d63b599;hb=873005c41b407731d759be423c51cb251346c0ae;hp=832f160b5f2d03d6250d2333558abe318f64111b;hpb=a42c0795142bf77347b6040e26a885eda1ee840c;p=prosody.git diff --git a/plugins/muc/subject.lib.lua b/plugins/muc/subject.lib.lua index 832f160b..6f118b43 100644 --- a/plugins/muc/subject.lib.lua +++ b/plugins/muc/subject.lib.lua @@ -35,7 +35,7 @@ module:hook("muc-config-form", function(event) label = "Allow Occupants to Change Subject?"; value = get_changesubject(event.room); }); -end); +end, 100-8); module:hook("muc-config-submitted/muc#roomconfig_changesubject", function(event) if set_changesubject(event.room, event.value) then