]> git.donarmstrong.com Git - infobot.git/commitdiff
chan vars: minVolunteerLength allowConv karma lart Quote RootWarn rootWarnMode search...
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 18 Feb 2005 09:27:19 +0000 (09:27 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 18 Feb 2005 09:27:19 +0000 (09:27 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1159 c11ca15a-4712-0410-83d8-924469b57eb5

files/sample/blootbot.config

index b4f615718594c521f1cc6a58ffba65bb6c02d9fd..82f1af1f6a5c10619fcc8abf70b1c34a06fb7f7e 100644 (file)
@@ -25,7 +25,7 @@ set owner             OWNER
 set quitMsg            adios amigos
 
 # path to a temporary directory which blootbot can use.
-set tempDir            /home/blootbot/Temp
+set tempDir            temp
 
 #####
 # Factoid database configuration
@@ -62,7 +62,8 @@ set SQLPass           PASSWORD
 #####
 
 # [file] where to put logging info. comment out to disable.
-set logfile            log/$ircUser.log
+#set logfile           log/$ircUser.log
+set logfile            log/
 
 # [str] Type of logging.
 #   DAILY      -- Create a new log each day.
@@ -88,12 +89,6 @@ set maxKeySize               32
 # [int] maximum length of factoid value.
 set maxDataSize                450
 
-# [int] minimum length of unaddressed (message) question without question
-#      before it is answered involuntarily.
-#      This ignores the 'addressing' setting.
-#      0 to disable.
-set minVolunteerLength 0
-
 # [str] when should the bot bother learning new factoids.
 #   ADDRESSED  -- only learn when addressed.
 #   HUNGRY     -- learn irrelevent of addressing. this will catch
@@ -157,9 +152,6 @@ set ignoreTempExpire        60
 # Internal (simple) bot commands
 #####
 
-# [0/1] ord/chr etc
-set allowConv          1
-
 # [0/1] Forking... disable for non-nix OS or to reduce mem usage.
 #      Disabling should make the bot work on Win32 and MacOS.
 set forking            1
@@ -183,7 +175,7 @@ set countdown               true
 
 # [0/1] Debian file and package search.
 # FIXME: should be a channel option
-set Debian             false
+set Debian             true
 
 # [0/1] Freshmeat
 set freshmeat          false
@@ -193,60 +185,20 @@ set freshmeatRefreshInterval 24
 # [bool] if factoid does not exist, check freshmeat for it.
 set freshmeatForFactoid                false
 
-# [0/1] karma
-set karma              true
-
 # [0/1] Frontend to kernel.org
 set kernel             true
 
-# [0/1] LART.
-set lart               true
-
-# [0/1] Frontend to the stock market.
-set Quote              true
-
 # [0/1] Display random text in the channel.
 set randomQuote                true
 
 # [0/1] Display random text in the channel.
 set randomFactoid      true
 
-# [0/1] Warn users about root.
-set RootWarn           false
-#   passive    -- be polite plus stuff, compliant to OPN, heh.
-#   aggressive -- ...
-set rootWarnMode       passive
-
-# [0/1] Factoid search.
-set search             false
-
 # [0/1] keeps stats on individual commands
 set stats              true
 
-# [0/1] slashdot headlines.
-set slashdot           true
-
-# [0/1] frontend to ispell.
-set spell              true
-
-# [0/1] User Information Services.
-set UserInfo           true
-
-# [0/1] Wingate checking and banning mechanism. FIXME:
-###set Wingate         false
-# [int] seconds. minimum time to check.
-set wingateInterval    60
-# [str] Wingate.
-set wingateBan         true
-# [str] Wingate.
-set wingateKick                Please don't use wingate
-
-# [0/1] google search.. simon++. requires libwww-search-perl + 5lines of
-#      modifications.
-set W3Search           false
-
-# [0/1] Unit conversion tool.
-set Units              true
+# [0/1] Uptime logs
+set Uptime             true
 
 #####
 # Miscellaneous configuration options