From: dms Date: Sun, 24 Nov 2002 12:47:28 +0000 (+0000) Subject: - comments update X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=405ae3983762250571b9abb59234aaa1957f5386;p=infobot.git - comments update git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@699 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/DynaConfig.pl b/blootbot/src/DynaConfig.pl index e5b6eb6..4c40658 100644 --- a/blootbot/src/DynaConfig.pl +++ b/blootbot/src/DynaConfig.pl @@ -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) -#####