]> git.donarmstrong.com Git - infobot.git/blobdiff - files/sample/blootbot.config
* Rebranding from blootbot to infobot
[infobot.git] / files / sample / blootbot.config
index 82f1af1f6a5c10619fcc8abf70b1c34a06fb7f7e..d3ccffa1a797eb9621d4860bfd848be22e09f5ce 100644 (file)
@@ -10,9 +10,10 @@ 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 which will NOT work
+###set ircHost         vh.virtualhost.org
 set ircHost            0.0.0.0
 
 set owner              OWNER
@@ -25,7 +26,7 @@ set owner             OWNER
 set quitMsg            adios amigos
 
 # path to a temporary directory which blootbot can use.
-set tempDir            temp
+set tempDir            /tmp
 
 #####
 # Factoid database configuration
@@ -36,7 +37,7 @@ set tempDir           temp
 #      mysql   -- ...
 #      SQLite  -- SQLite (libdbd-sqlite-perl) (might be version 2 or 3)
 #      SQLite2 -- SQLite (libdbd-sqlite-perl) (force version 2)
-#      pgsql   -- postgresql (NOT SUPPORTED)
+#      pgsql   -- postgresql (SUPPORTED and TESTED!!!)
 ### REQUIRED by factoids,freshmeat,karma,seen,...
 set DBType             mysql
 
@@ -92,10 +93,7 @@ set maxDataSize              450
 # [str] when should the bot bother learning new factoids.
 #   ADDRESSED  -- only learn when addressed.
 #   HUNGRY     -- learn irrelevent of addressing. this will catch
-#                 _everything_, use at your own risk. I tried this ages
-#                 ago and it caught quite funny responses but who knows
-#                 if my modifications will prevent this or not, perhaps
-#                 IsInvalid must be disabled?
+#                 _everything_, use at your own risk.
 set learn              ADDRESSED
 
 # [str] different behaviour with URLs.
@@ -125,9 +123,6 @@ set allowTelling    1
 #                 addressing.
 set addressing         REQUIRE
 
-# [char] One-character easy recognition.
-set addressCharacter   ~
-
 # [str] how the bot should send messages.
 #   PRIVATE    -- reply to private messages only, rejecting public msgs.
 #   DEFAULT    -- reply to public _and_ private queries.
@@ -167,9 +162,6 @@ set backlog         24
 # [str] anything which requires LWP + http proxy.
 ###set httpProxy               http://HOSTNAME:PORT/
 
-# [0/1] offer free factoid cookies
-set cookie             true
-
 # [0/1] countdown to specific dates
 set countdown          true
 
@@ -185,18 +177,6 @@ set freshmeatRefreshInterval 24
 # [bool] if factoid does not exist, check freshmeat for it.
 set freshmeatForFactoid                false
 
-# [0/1] Frontend to kernel.org
-set kernel             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] keeps stats on individual commands
-set stats              true
-
 # [0/1] Uptime logs
 set Uptime             true
 
@@ -236,6 +216,11 @@ set useStrict              1
 #   CLI                -- Command Line Interface
 set Interface          IRC
 
+# [0/1] Show topic author (troubled)
+# If 1, topics managed with !topic add foo will show the nick in ()'s
+# If 0, the nick of the creator will be recorded for !topic list, but not shown in the topic itself
+set topicAuthor 1
+
 ####
 # Now modify blootbot.chan for per-channel specific configuration see
 # sample.chans for info.