]> git.donarmstrong.com Git - infobot.git/commitdiff
- comments update
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 24 Nov 2002 12:47:28 +0000 (12:47 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 24 Nov 2002 12:47:28 +0000 (12:47 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@699 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/DynaConfig.pl

index e5b6eb609117b3793716799647329959439cbe68..4c406589a5eb09afd7ac2d0b418053c338fee0fc 100644 (file)
@@ -824,7 +824,7 @@ sub rehashConfVars {
     delete $cache{confvars};
 }
 
-# following arrays are not used... forgot what I intended to use them for.
+# registered flags... not used yet.
 my @regFlagsChan = (
        "autojoin",
        "freshmeat",
@@ -838,21 +838,12 @@ my @regFlagsChan = (
 my @regFlagsUser = (
        "m",            # modify factoid.
        "r",            # remove factoid.
-       "s",            # search (deprecated)
        "t",            # teach/add factoid.
        "a",            # ask/request factoid.
        "n",            # bot owner
        "o",            # master of bot (automatic +amrt)
        "O",            # dynamic ops (as on channel). (automatic +o)
-);     # todo...
+       "A",            # bot administration over /msg (def: DCC CHAT)
+);
 
 1;
-
-#####
-# Userflags
-#      +r      - ability to remove factoids
-#      +t      - ability to teach factoids
-#      +m      - ability to modify factoids
-#      +n      - bot owner
-#      +o      - authorised user of bot (like +m on eggdrop)
-#####