Software /
code /
prosody
Diff
plugins/muc/subject.lib.lua @ 9035:173c0e16e704
MUC: Add sections in room config form
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 13 Jul 2018 15:47:08 +0100 |
parent | 9034:1c709e3d2e5e |
child | 9684:b2d6b79c9513 |
child | 11128:c3eefb517b7b |
line wrap: on
line diff
--- a/plugins/muc/subject.lib.lua Fri Jul 13 13:22:40 2018 +0100 +++ b/plugins/muc/subject.lib.lua Fri Jul 13 15:47:08 2018 +0100 @@ -45,7 +45,7 @@ desc = "Choose whether anyone, or only moderators, may set the room's subject"; value = get_changesubject(event.room); }); -end, 100-8); +end, 80-1); module:hook("muc-config-submitted/muc#roomconfig_changesubject", function(event) if set_changesubject(event.room, event.value) then