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

JeLuF <je...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from JeLuF <je...@gmx.de> 2010-11-28 18:56:18 UTC ---
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php    (revision 1356)
+++ InitialiseSettings.php    (working copy)
@@ -5814,6 +5814,7 @@
        'rollbacker'     => array( 'rollback' => true ),
        'patroller'        => array( 'patrol' => true, 'autopatrol' => true ),
        'autoreviewer'  => array( 'autopatrol' => true ),
+       'flood'         => array( 'bot' => true ),
     ),

     'zhwikinews' => array(
@@ -6154,7 +6155,7 @@
         'sysop' => array( 'autoeditor' ),
     ),
     '+zhwiki' => array(
-        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),
+        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'flood' ),
         'sysop' => array( 'patroller', 'rollbacker', 'autoreviewer',
'confirmed' ),
     ),
     '+zh_yuewiki' => array(
@@ -6430,7 +6431,7 @@
         'bureaucrat' => array(
'sysop','bureaucrat','bot','autopatrolled','import' ),
     ),
     '+zhwiki' => array(
-        'bureaucrat' => array( 'bot' ),
+        'bureaucrat' => array( 'bot', 'flood' ),
         'sysop' => array( 'patroller', 'rollbacker', 'ipblock-exempt',
'autoreviewer', 'confirmed' ),
     ),
     '+zh_yuewiki' => array(
@@ -7821,6 +7822,7 @@
     'strategywiki' => array(
         'sysop' => array( 'flood' ),
     ),
+    'zhwiki' => array( 'flood' ),
 ),
 'wgGroupsRemoveFromSelf' => array(
     'metawiki' => array( 'sysop' => array( 'flood' )),
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to