]> git.donarmstrong.com Git - infobot.git/blobdiff - files/sample.config
Changed $infobot_ to $bot_
[infobot.git] / files / sample.config
index 729b72564295798e1dacaacda9e781dd4c21e50e..89bf4cb5ef34b5500b9e84e5340a28c38cb3af7c 100644 (file)
@@ -1,9 +1,11 @@
-# parameter settings file for the infobot
-# kevin lenzo (lenzo@cs.cmu.edu)
-# modified by xk <xk@leguin.openprojects.net>
+###
+# parameter settings file for blootbot
+# by the dms
 ###
 
 # [str] Interface: [IRC/CLI]
+#   IRC                -- Internet Relay Chat
+#   CLI                -- Command Line Interface
 set Interface          IRC
 
 # IRC.
@@ -42,18 +44,17 @@ set maxLogSize              10000000
 
 # [str] Ability to remember/tell factoids
 #      none    -- disable.
-#      mysql   -- ...
-#      pg      -- postgresql (NOT SUPPORTED)
-#      dbm     -- berkeley dbm (NOT SUPPORTED)
+#      mysql   -- MySQL
+#      pgsql   -- PostGreSQL (NOT SUPPORTED YET)
+#      dbm     -- Berkeley DBM
 ### REQUIRED by factoids,freshmeat,karma,seen,...
 set DBType             mysql
 
 # [str] DBM filename prefix // MYSQL/PGSQL database.
+#      eg: blootbot-factoids, blootbot-seen
+#      eg: /var/db/mysql/blootbot/factoids.*
 set DBName             blootbot
 
-# [str] Database name on server.
-set SQLName            blootbot
-
 # [str] Hostname of database server
 set SQLHost            localhost
 
@@ -183,7 +184,7 @@ set backlog         24
 # [bool] Display a bit too much info about stuff.
 #   0  -- disable.
 #   1  -- minimal.
-#   2  -- some crap.
+#   2  -- extra.
 set VERBOSITY          1
 
 # [0/1] Warn messages.
@@ -211,7 +212,7 @@ set useStrict               0
 # [str] anything which requires LWP + http proxy.
 ###set httpProxy               http://HOSTNAME:PORT/
 
-# [0/1] babelfish translator.  jdf++. FIXME
+# [0/1] babelfish translator.  jdf++. FIXME [DOES NOT WORK]
 set babelfish          false
 
 # [0/1] offer free factoid cookies