https://bugzilla.wikimedia.org/show_bug.cgi?id=16342

           Summary: Enable flood flag configuration on English Wikibooks
           Product: Wikimedia
           Version: unspecified
          Platform: All
               URL: http://en.wikibooks.org/w/index.php?title=Wikibooks:Bots
                    &diff=1332971&oldid=1332970
        OS/Version: All
            Status: NEW
          Keywords: shell
          Severity: normal
          Priority: Normal
         Component: Site requests
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Configuration is almost identical to bug 15176:

$wgGroupPermissions['flood']['bot'] = true;         #creates the "flood" group
with the "bot" right
$wgGroupsAddToSelf['sysop'] = array('flood');       #sysops may add the "flood"
group to themselves
$wgGroupsRemoveFromSelf['sysop'] = array('flood');  #sysops may remove the
"flood" group from themselves
$wgRemoveGroups['bureaucrat'] = array('flood');     #'crats may remove the
"flood" group from users


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to