]> git.donarmstrong.com Git - infobot.git/blobdiff - files/sample/blootbot.config
major re-organisation of the different SQL files; cleanup and fixing of the postgres...
[infobot.git] / files / sample / blootbot.config
index 4570cdf966637dbeb2989fa50959b5f4dd2ede1f..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.
@@ -221,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.