]> git.donarmstrong.com Git - infobot.git/blobdiff - files/sample/blootbot.config
* Rebranding from blootbot to infobot
[infobot.git] / files / sample / blootbot.config
index 87a1ff18e158569d3e69457b7e73e1f5ba69b6ca..d3ccffa1a797eb9621d4860bfd848be22e09f5ce 100644 (file)
@@ -26,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
@@ -37,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
 
@@ -93,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.
@@ -219,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.