Index: src/modules/m_botmode.cpp
===================================================================
--- src/modules/m_botmode.cpp	(revision 87)
+++ src/modules/m_botmode.cpp	(working copy)
@@ -119,7 +119,7 @@
 	{
 		ConfigReader* conf = new ConfigReader(ServerInstance);
 		std::string filename;
-		filename = conf->ReadValue("botmotd","file",0);
+		filename = conf->ReadValue("files","botmotd",0);
 		if (botmotd)
 		{
 			delete botmotd;
Index: docs/unrealircd.conf.example
===================================================================
--- docs/unrealircd.conf.example	(revision 87)
+++ docs/unrealircd.conf.example	(working copy)
@@ -586,10 +586,12 @@
 #   configurtion directory.                                           #
 #                                                                     #
 #   The 'opermotd' variable requires m_opermotd.so to be loaded.      #
+#   The 'botmotd' variable requires m_botmode.so to be loaded.        #
 
 <files motd="inspircd.motd.example"
        rules="inspircd.rules.example"
-       opermotd="oper.motd">
+       opermotd="oper.motd"
+       botmotd="bot.motd">
 
 #-#-#-#-#-#-#-#-#-#-#-# MAXIMUM CHANNELS -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 #                                                                     #
@@ -1162,12 +1164,6 @@
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Botmode module: Adds the user mode +B
 <module name="m_botmode.so">
-#
-#-#-#-#-#-#-#-#-#-#-#-   BOTMOTD CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#
-#                                                                     #
-# If you are using the m_botmode.so module, specify the motd here     #
-#                                                                     #
-#<botmotd file="bot.motd">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Censor module: Adds the channel mode +G
