]> git.donarmstrong.com Git - infobot.git/blobdiff - files/sample/blootbot.config
more babelfish cleanup
[infobot.git] / files / sample / blootbot.config
index 8bd295379ac1e0897826ac16d73a34f200a301b6..53ddc9767ceaa1a481879e98c156c69b52d0041f 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
 
 #####
@@ -121,7 +123,7 @@ set allowTelling    1
 # Factoid related and unrelated features, mainly Extras.
 #####
 
-# [str] addressing is when you name the bot. FIXME
+# [str] addressing is when you name the bot. FIXME:
 #   REQUIRE    -- the bot only does something if addressed.
 #   OPTIONAL   -- the bot responds (does not learn) irrelevent of
 #                 addressing.
@@ -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.
@@ -152,11 +154,6 @@ set maxListReplyCount      15
 #      for factoids and commands.
 set disallowOutsiders  1
 
-# [int] time, in seconds. (different messages)
-set floodMessages      10:30
-# [int] same messages.
-set floodRepeat                2:10
-
 # [int] Amount of time for auto-ignore (flooding) to expire.
 set ignoreAutoExpire   5
 
@@ -191,25 +188,17 @@ set backlog               24
 # [str] anything which requires LWP + http proxy.
 ###set httpProxy               http://HOSTNAME:PORT/
 
-# [0/1] babelfish translator.  jdf++.
-set babelfish          true
-
 # [0/1] offer free factoid cookies
 set cookie             true
 
-# [0/1] Countdown to specific dates
+# [0/1] countdown to specific dates
 set countdown          true
 
 # [0/1] Debian file and package search.
 set debian             false
-# [int] how often to update the debian table, in days.
-set debianRefreshInterval 1
 # [0/1] extra stuff...
 set debianExtra                true
 
-# [0/1] Frontend to dict.org's wordnet.
-set dict               false
-
 # [0/1] Freshmeat
 set freshmeat          false
 # [int] how often to update the freshmeat table, in hours.
@@ -239,15 +228,9 @@ set quote          false
 # [0/1] Display random text in the channel.
 set randomQuote                true
 
-# [int] Interval (or more than), in minutes.
-set randomQuoteInterval        60
-
 # [0/1] Display random text in the channel.
 set randomFactoid      true
 
-# [int] Interval (or more than), in minutes.
-set randomFactoidInterval      60
-
 # [0/1] Warn users about root.
 set rootWarn           false
 #   passive    -- be polite plus stuff, compliant to OPN, heh.
@@ -275,7 +258,7 @@ set userinfo                true
 # [0/1] Uptime daemon
 set uptime             true
 
-# [0/1] Wingate checking and banning mechanism. FIXME.
+# [0/1] Wingate checking and banning mechanism. FIXME:
 ###set wingate         false
 # [int] seconds. minimum time to check.
 set wingateInterval    60
@@ -314,7 +297,7 @@ set WIP                     0
 set useStrict          1
 
 # debugging...
-###set dumpvars                1
+###set DumpVars                1
 ###set dumpvarsAtExit  1
 # log to specific file or global log file.
 ###set dumpvarsLogFile dumpvars.log