diff options
author | Kim Alvefur <zash@zash.se> | 2018-05-26 15:10:23 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-05-26 15:10:23 +0200 |
commit | 72104f7f6921876e8b4ae3256f08d679e39b2a9c (patch) | |
tree | 0d54e5da6c02935a96b41a5617292a1e5a139042 /plugins/muc | |
parent | 90ebd32c7abcc1be8a6546c907daf3372701e69d (diff) | |
download | prosody-72104f7f6921876e8b4ae3256f08d679e39b2a9c.tar.gz prosody-72104f7f6921876e8b4ae3256f08d679e39b2a9c.zip |
MUC: Some spacing to improve readability
Diffstat (limited to 'plugins/muc')
-rw-r--r-- | plugins/muc/description.lib.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/muc/description.lib.lua b/plugins/muc/description.lib.lua index 537a6ff3..d7e3f7c6 100644 --- a/plugins/muc/description.lib.lua +++ b/plugins/muc/description.lib.lua @@ -35,6 +35,7 @@ local function add_form_option(event) value = get_description(event.room) or ""; }); end + module:hook("muc-disco#info", add_disco_form); module:hook("muc-config-form", add_form_option, 100-2); |