Software /
code /
prosody
Changeset
8831:f25fa63750fb
MUC: Some spacing to improve readability
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 26 May 2018 15:10:23 +0200 |
parents | 8830:5d7db3c7c026 |
children | 8832:a9c3b15b9d37 |
files | plugins/muc/description.lib.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/muc/description.lib.lua Sat May 26 15:09:27 2018 +0200 +++ b/plugins/muc/description.lib.lua Sat May 26 15:10:23 2018 +0200 @@ -35,6 +35,7 @@ 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);