comments: strip stray reference-implementation names from a handful of module/inline comments

This commit is contained in:
Jean Chevronnet 2026-08-20 10:11:07 +00:00
parent 81e013f053
commit 5a9825ee61
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
5 changed files with 6 additions and 58 deletions

View file

@ -351,7 +351,7 @@ mod tests {
use std::sync::{mpsc, Arc};
// The minchanmembers bump gate must count ALL members — local plus remote
// (services bots, users on other servers) — like InspIRCd's GetUsers().size().
// (services bots, users on other servers).
// Regression: counting only local members froze the score of anyone sharing a
// channel with remote/services members (e.g. reverse + a bot in #echoircd).
#[test]