]> git.donarmstrong.com Git - infobot.git/commitdiff
- NEW style config file.
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 28 Jan 2001 13:04:07 +0000 (13:04 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 28 Jan 2001 13:04:07 +0000 (13:04 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@249 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/files/blootbot.chan [new file with mode: 0644]
blootbot/files/blootbot.users

diff --git a/blootbot/files/blootbot.chan b/blootbot/files/blootbot.chan
new file mode 100644 (file)
index 0000000..bf52c9a
--- /dev/null
@@ -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
+
index d977b6138e4e156e7c87e3902d5c49ebc02bc689..871f63d871bb4581ab37fc905d44f11473864074 100644 (file)
@@ -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;
-}