https://bugzilla.wikimedia.org/show_bug.cgi?id=28402
--- Comment #9 from Nemo <[email protected]> --- (In reply to comment #8) > $ cat 2013* | grep "<wikibugs" | grep -v "(NEW)" | grep -v "+" | grep -vEc > "\-[a-z]" > 7060 Replace with: $ cat 2013* | grep "<wikibugs" | grep -v "(NEW)" | grep -v "+" | grep -vEc "\-[a-z>]" 6533 because we also have stuff like [04:21:50] <wikibugs> (mod) wikibugs has gone missing from #mediawiki - https://bugzilla.wikimedia.org/46144 BLOCKER->normal; +comment (jeremyb) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
