mod_ircd/mod_ircd.in.lua
changeset 538 de64963d8e7a
parent 503 db32236d7682
--- a/mod_ircd/mod_ircd.in.lua	Sun Jan 08 05:25:49 2012 +0000
+++ b/mod_ircd/mod_ircd.in.lua	Sun Jan 08 17:25:34 2012 +0000
@@ -14,7 +14,8 @@
       module.host, nil, module:get_option_string("conference_server"), module:get_option_number("listener_port", 7000);
 
 if not muc_server then
-        module:log ("error", "You need to set the MUC server! halting.")
+        module:log ("error", "You need to set the MUC server in the configuration (conference_server)!")
+	module:log ("error", "Be a good boy or girl and go read the wiki at: http://code.google.com/p/prosody-modules/wiki/mod_ircd")
         return false;
 end