https://bugzilla.wikimedia.org/show_bug.cgi?id=60000
--- Comment #4 from Tomasz W. Kozlowski <[email protected]> --- MediaWiki message delivery is indeed marked as bot by default in mediawiki/extensions/MassMessage/includes/MassMessage.php line 65 $user->addGroup( 'bot' ); If I'm not much mistaken, the same thing can be achieved for FuzzyBot in mediawiki/extensions/Translate/utils/FuzzyBot.php just above line 22 with $bot->addGroup( 'bot' ); -- 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
