X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=files%2Fsample%2Fblootbot.config;h=b4f615718594c521f1cc6a58ffba65bb6c02d9fd;hb=6dc05fa3675aed34d664ba2bd8eca0fd44eb98b5;hp=014402349326c6b2aeb04c7096e0644885b834c9;hpb=55ede33bce522a4e66d2101638bf312cefae0e69;p=infobot.git diff --git a/files/sample/blootbot.config b/files/sample/blootbot.config index 0144023..b4f6157 100644 --- a/files/sample/blootbot.config +++ b/files/sample/blootbot.config @@ -34,7 +34,8 @@ set tempDir /home/blootbot/Temp # [str] Ability to remember/tell factoids # none -- disable. # mysql -- ... -# SQLite -- SQLite (libdbd-sqlite-perl) +# SQLite -- SQLite (libdbd-sqlite-perl) (might be version 2 or 3) +# SQLite2 -- SQLite (libdbd-sqlite-perl) (force version 2) # pgsql -- postgresql (NOT SUPPORTED) ### REQUIRED by factoids,freshmeat,karma,seen,... set DBType mysql @@ -142,14 +143,6 @@ set talkMethod DEFAULT # "+" before bot commands overrides this option temporarily. ###set minLengthBeforePrivate 192 -# [int] maximum length of reply for Extras function before popping list to -# reduce number of elements. -set maxListReplyLength 400 - -# [int] maximum number of elements in list allowed for Extras function -# before popping elements to reduce total count. -set maxListReplyCount 15 - # [0/1] allow people outside any channels the bot is on to use the bot # for factoids and commands. set disallowOutsiders 1 @@ -164,15 +157,9 @@ set ignoreTempExpire 60 # Internal (simple) bot commands ##### -# [0/1] irc-cli calculator. -set Math 1 - # [0/1] ord/chr etc set allowConv 1 -# [0/1] do you want to allow DNS lookup -set allowDNS 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 @@ -195,9 +182,8 @@ set cookie true set countdown true # [0/1] Debian file and package search. +# FIXME: should be a channel option set Debian false -# [0/1] extra stuff... -set DebianExtra true # [0/1] Freshmeat set freshmeat false @@ -207,9 +193,6 @@ set freshmeatRefreshInterval 24 # [bool] if factoid does not exist, check freshmeat for it. set freshmeatForFactoid false -# [0/1] insult server -set insult true - # [0/1] karma set karma true @@ -219,9 +202,6 @@ set kernel true # [0/1] LART. set lart true -# [0/1] nickometer -set nickometer true - # [0/1] Frontend to the stock market. set Quote true @@ -249,17 +229,11 @@ set slashdot true # [0/1] frontend to ispell. set spell true -# [0/1] Advanced topic management. -set Topic true - # [0/1] User Information Services. -set userinfo true - -# [0/1] Uptime daemon -set uptime true +set UserInfo true # [0/1] Wingate checking and banning mechanism. FIXME: -###set wingate false +###set Wingate false # [int] seconds. minimum time to check. set wingateInterval 60 # [str] Wingate. @@ -269,7 +243,7 @@ set wingateKick Please don't use wingate # [0/1] google search.. simon++. requires libwww-search-perl + 5lines of # modifications. -set wwwsearch false +set W3Search false # [0/1] Unit conversion tool. set Units true