https://bugzilla.wikimedia.org/show_bug.cgi?id=26357
--- Comment #1 from Roan Kattouw <[email protected]> 2010-12-21 00:40:47 UTC --- Casey didn't respond to my ping on IRC so I'll put this here: could you confirm sysops should be able to add/remove the flood flag? Provisional diff: Index: wmf-config/InitialiseSettings.php =================================================================== --- wmf-config/InitialiseSettings.php (revision 1402) +++ wmf-config/InitialiseSettings.php (working copy) @@ -5499,6 +5499,7 @@ // ), '+foundationwiki' => array( 'user' => array( 'editinterface' => true ), + 'flood' => array( 'bot' => true ), ), 'frwiki' => array( 'user' => array( 'move' => false ), // requested by hashar @@ -6004,7 +6005,7 @@ 'sysop' => array( 'rollbacker' ), ), '+foundationwiki' => array( - 'sysop' => array( 'inactive' ), + 'sysop' => array( 'inactive', 'flood' ), 'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki', 'inactive' ), ), '+frwiki' => array( @@ -6277,7 +6278,7 @@ 'bureaucrat' => array( 'sysop', 'bureaucrat' ), ), '+foundationwiki' => array( - 'sysop' => array( 'inactive', 'confirmed' ), + 'sysop' => array( 'inactive', 'confirmed', 'flood' ), 'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki', 'inactive', 'confirmed' ), ), '+frwiki' => array( -- 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 on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
