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

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

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

--- Comment #3 from JeLuF <je...@gmx.de> 2011-01-26 18:41:47 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 1544)
+++ InitialiseSettings.php    (working copy)
@@ -5610,6 +5610,7 @@
     'eswikinews' => array(
         'bot' => array( 'editprotected' => true ),
         'editprotected' => array( 'editprotected' => true ),
+    'flood' => array( 'bot' => true ),
     ),
     // http://bugzilla.wikimedia.org/show_bug.cgi?id=7152
     'eswiktionary' => array(
@@ -6141,7 +6142,7 @@
         'sysop' => array( 'flood' ),
     ),
     '+eswikinews' => array(
-        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'editprotected'
),
+        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'editprotected',
'flood', ),
     ),
     '+eswiktionary' => array(
     'bureaucrat' => array( 'autopatrolled', 'patroller', 'rollbacker' ),
@@ -6427,7 +6428,7 @@
         'sysop' => array( 'flood' ),
     ),
     '+eswikinews' => array(
-        'bureaucrat' => array( 'bot', 'editprotected' ),
+        'bureaucrat' => array( 'bot', 'editprotected', 'flood', ),
     ),
     '+eswiktionary' => array(
     'bureaucrat' => array( 'autopatrolled', 'patroller', 'rollbacker' ),
===================================================================
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