https://bugzilla.wikimedia.org/show_bug.cgi?id=16833
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2008-12-29 19:30:04 UTC --- To add the code that we need adding is something like that that follows: $wgGroupPermissions['flood']['bot'] = true; $wgRemoveGroups['sysop'] = array( 'flood' ); $wgAddGroups['sysop'] = array( 'flood' ); In the first line 'flood' and 'bot' may be the wrong way around. Thanks, Bluegoblin7 http://simple.wikipedia.org/wiki/User:Bluegoblin7 -- 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
