]> git.donarmstrong.com Git - infobot.git/blob - files/infobot.users
Initial revision
[infobot.git] / files / infobot.users
1 #
2 # User File (c) 1998 Infobot & Associates
3 #
4 # FLAGS
5 # ---------------------- Factoids.
6 # f   multiple line factoid (MLF) Usage Allowed [UNTESTED,OLD?]
7 # m   Modifying (mod) Allowed
8 # r   Removing  (del) Allowed
9 # t   Teaching  (add) Allowed
10 # ----------------------
11 # i   Ignore Flag       level 0
12 # o   Op Flag           level 1
13 # n   Owner Flag        level 2
14 # e   Extra Privs       level 3
15 # ----------------------
16
17 ###
18 # default is to allow modification, removal and addition of factoids,
19 # if factoid support is enabled.
20 UserEntry default {
21         flags +mrt;
22 }
23
24 ###
25 # Sample user entry with all the flags.
26 UserEntry GmLB {
27         name  "Danny";
28         title "Grand Master";
29         flags +mrsteon;
30         pass  ECovKDtJnED36;
31 }