aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/muc/name.lib.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/muc/name.lib.lua b/plugins/muc/name.lib.lua
index 1449c1be..38d7b27e 100644
--- a/plugins/muc/name.lib.lua
+++ b/plugins/muc/name.lib.lua
@@ -20,7 +20,7 @@ local function set_name(room, name)
return true;
end
-local function insert_name_into_form(event);
+local function insert_name_into_form(event)
table.insert(event.form, {
name = "muc#roomconfig_roomname";
type = "text-single";