Software /
code /
prosody
Diff
plugins/muc/name.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 | 8986:320ae6dbb2e8 |
line wrap: on
line diff
--- a/plugins/muc/name.lib.lua Tue Apr 19 19:00:46 2016 +0200 +++ b/plugins/muc/name.lib.lua Tue Apr 19 20:31:39 2016 +0200 @@ -31,7 +31,7 @@ label = "Name"; value = get_name(event.room) or ""; }); -end); +end, 100-1); module:hook("muc-config-submitted/muc#roomconfig_roomname", function(event) if set_name(event.room, event.value) then