Fix typo.
This commit is contained in:
parent
3c8563bec4
commit
68e51aec4b
@ -55,7 +55,7 @@ local function add_disco_form(event)
|
|||||||
event.formdata["muc#roominfo_slow_mode_delay"] = get_slow_mode_delay(event.room);
|
event.formdata["muc#roominfo_slow_mode_delay"] = get_slow_mode_delay(event.room);
|
||||||
end
|
end
|
||||||
|
|
||||||
module:hook("mub-disco#info", add_disco_form);
|
module:hook("muc-disco#info", add_disco_form);
|
||||||
|
|
||||||
-- Config form declaration
|
-- Config form declaration
|
||||||
local function add_form_option(event)
|
local function add_form_option(event)
|
||||||
|
Loading…
Reference in New Issue
Block a user