From 9897020abc1dfde7ab7073fe58d522f8092d7bb0 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 18 Feb 2005 09:27:19 +0000 Subject: [PATCH] chan vars: minVolunteerLength allowConv karma lart Quote RootWarn rootWarnMode search slashdot spell UserInfo Wingate wingateInterval wingateBan wingateKick W3Search Units git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1159 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/files/sample/blootbot.config | 60 +++------------------------ 1 file changed, 6 insertions(+), 54 deletions(-) diff --git a/blootbot/files/sample/blootbot.config b/blootbot/files/sample/blootbot.config index b4f6157..82f1af1 100644 --- a/blootbot/files/sample/blootbot.config +++ b/blootbot/files/sample/blootbot.config @@ -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 -- 2.39.5