]> git.donarmstrong.com Git - infobot.git/blobdiff - files/sample/blootbot.config
BZFlag cleanup
[infobot.git] / files / sample / blootbot.config
index 26071b8b04149e82ab530928b860f2e48e4c6cad..ae1d239f5e9a39f37b9162a3ddeae8bda2887f13 100644 (file)
@@ -7,10 +7,12 @@
 set ircNick            blootbot
 set ircUser            blootbot
 set ircName            blootbot experimental bot
+# if your irc network requires a password to get on the servers
+#set ircPasswd         SomePassword
 set ircUMode           +iw
 ###set ircHost         vh.virtualhost.org
 # if not using a virtualhost set to 0.0.0.0
-# otherwise IRC::Connection might try localhost
+# otherwise IRC::Connection might try localhost which will NOT work
 set ircHost            0.0.0.0
 
 set owner              OWNER
@@ -51,7 +53,7 @@ set SQLUser           blootbot
 # [str] SQL password. (unset for SQLite)
 set SQLPass            PASSWORD
 
-# [str] SQL debug file.
+# [str] SQL debug file. "-" for stdout may work on some platforms
 ###set SQLDebug                SQL_debug.log
 
 #####
@@ -142,7 +144,7 @@ set talkMethod              DEFAULT
 
 # [int] maximum length of reply for Extras function before popping list to
 #      reduce number of elements.
-set maxListReplyLength 450
+set maxListReplyLength 400
 
 # [int] maximum number of elements in list allowed for Extras function
 #      before popping elements to reduce total count.