From: dms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Sun, 28 Jan 2001 13:04:07 +0000 (+0000)
Subject: - NEW style config file.
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9923f201cebb2e4ac849cf06da07daf5de8c012e;p=infobot.git

- NEW style config file.


git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@249 c11ca15a-4712-0410-83d8-924469b57eb5
---

diff --git a/blootbot/files/blootbot.chan b/blootbot/files/blootbot.chan
new file mode 100644
index 0000000..bf52c9a
--- /dev/null
+++ b/blootbot/files/blootbot.chan
@@ -0,0 +1,52 @@
+#v1: blootbot -- blootbot -- written Sun Jan 28 20:36:31 2001
+
+#debian-bots
+    ++freshmeat
+    +autojoin
+    -freshmeat
+    +joinfloodCheck
+    limitcheckInterval 10
+    limitcheckPlus 10
+
+_default
+    +allowConv
+    +allowDNS
+    -babelfish
+    +cookie
+    +countdown
+    +debian
+    +debianExtra
+    debianRefreshInterval 7
+    +dict
+    floodMessages 10:30
+    floodRepeat 2:10
+    +freshmeat
+    -freshmeatForFactoid
+    freshmeatRefreshInterval 24
+    -insult
+    +karma
+    +kernel
+    +lart
+    +limitcheck
+    +log
+    +nickometer
+    +perlMath
+    +quote
+    -randomFactoid
+    -randomQuote
+    +rootWarn
+    rootWarnMode passive
+    +search
+    +seen
+    seenFlushInterval 60
+    seenMaxDays 90
+    +seenStats
+    +slashdot
+    +spell
+    +tell
+    +topic
+    +units
+    +uptime
+    +userinfo
+    +wwwsearch
+
diff --git a/blootbot/files/blootbot.users b/blootbot/files/blootbot.users
index d977b61..871f63d 100644
--- a/blootbot/files/blootbot.users
+++ b/blootbot/files/blootbot.users
@@ -1,31 +1,19 @@
-#
-# User File (c) 1998 Infobot & Associates
-#
-# FLAGS
-# ---------------------- Factoids.
-# f   multiple line factoid (MLF) Usage Allowed [UNTESTED,OLD?]
-# m   Modifying (mod) Allowed
-# r   Removing  (del) Allowed
-# t   Teaching  (add) Allowed
-# ----------------------
-# i   Ignore Flag	level 0
-# o   Op Flag		level 1
-# n   Owner Flag	level 2
-# e   Extra Privs	level 3
-# ----------------------
+#v1: blootbot -- blootbot -- written Sun Jan 28 20:36:30 2001
 
-###
-# default is to allow modification, removal and addition of factoids,
-# if factoid support is enabled.
-UserEntry default {
-	flags +mrt;
-}
+_default
+--FLAGS		+mrt
+--HOSTS		*!*@*
+
+stuph
+--FLAGS		+mrt
+--HOSTS		
+
+xk
+--FLAGS		+mrsteon
+--HOSTS		*!root@*.home.org
+--HOSTS		*!xk@*.home.org
+--PASS		AAH2sny6Y3Y7Y
+
+::* bans
+- *!*@*.il:+0:+0:0:980679318:you jews suck
 
-###
-# Sample user entry with all the flags.
-UserEntry GmLB {
-	name  "Danny";
-	title "Grand Master";
-	flags +mrsteon;
-	pass  ECovKDtJnED36;
-}