Author: gopher65
Description:
We'd like the Flood Flag implemented on the Strategic Planning wiki please:
$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', # only this line is new; it lets bureaucrats remove the "flood"
group from users
'ipblock-exempt',
'bot',
'sysop',
'bureaucrat');
Version: unspecified
Severity: normal
URL: http://strategy.wikimedia.org