]> git.donarmstrong.com Git - infobot.git/blobdiff - files/sample/blootbot.config
BZFlag cleanup
[infobot.git] / files / sample / blootbot.config
index 63fd7c738278573a5445a05b89b0e5cfbb4c8f24..ae1d239f5e9a39f37b9162a3ddeae8bda2887f13 100644 (file)
@@ -7,6 +7,7 @@
 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
@@ -52,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
 
 #####
@@ -143,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.