From 80b83b928e7515d2f383079cd10e96439b0b259d Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Fri, 24 Apr 2009 00:35:50 +0500 Subject: mod_muc: The default component name is now 'Chatrooms' --- plugins/mod_muc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/mod_muc.lua b/plugins/mod_muc.lua index 2edf75fe..ffa0bb85 100644 --- a/plugins/mod_muc.lua +++ b/plugins/mod_muc.lua @@ -23,7 +23,7 @@ if module:get_host_type() ~= "component" then end local muc_domain = module:get_host(); -local muc_name = "MUCMUCMUC!!!"; +local muc_name = "Chatrooms"; local history_length = 20; -- room_name -> room -- cgit v1.2.3