Fix typo.

This commit is contained in:
John Livingston 2024-02-14 11:23:42 +01:00
parent 3c8563bec4
commit 68e51aec4b
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 1 additions and 1 deletions

View File

@ -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)