62 737
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 501 : | Ligne 501 : | ||
} | } | ||
this.noSpammingDelay = | this.noSpammingDelay = 500; | ||
if ( this.members.length > 50 ) { | /*if ( this.members.length > 50 ) { | ||
this.noSpammingDelay = 20000; | this.noSpammingDelay = 20000; | ||
} | } | ||
else if ( this.members.length > 10 ) { | else if ( this.members.length > 10 ) { | ||
this.noSpammingDelay = 10000; | this.noSpammingDelay = 10000; | ||
} | }*/ | ||
this.showStatus( mw.msg( 'catrename-status-checklimits' ) ); | this.showStatus( mw.msg( 'catrename-status-checklimits' ) ); |
modifications