Software /
code /
prosody
Diff
plugins/muc/moderated.lib.lua @ 7401:e16b3fd0bd80
MUC: Assign priorities to config form hooks so they have a consistent order on each start
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 19 Apr 2016 20:31:39 +0200 |
parent | 7353:ca31d3271cf8 |
child | 8851:ab5f678f1376 |
line wrap: on
line diff
--- a/plugins/muc/moderated.lib.lua Tue Apr 19 19:00:46 2016 +0200 +++ b/plugins/muc/moderated.lib.lua Tue Apr 19 20:31:39 2016 +0200 @@ -29,7 +29,7 @@ label = "Make Room Moderated?"; value = get_moderated(event.room); }); -end); +end, 100-4); module:hook("muc-config-submitted/muc#roomconfig_moderatedroom", function(event) if set_moderated(event.room, event.value) then