Opened 15 years ago
Closed 15 years ago
#41 closed defect (fixed)
Make ChanServ not count itself and bots in the current_members
Reported by: | ajanata | Owned by: | ajanata |
---|---|---|---|
Priority: | major | Milestone: | December 2009 |
Component: | IRC Services (ChanServ, NickServ, StreamServ) | Keywords: | |
Cc: |
Description
Artificial inflation of the chat member count is silly. :) Checking against +B ought to be sufficient as far as checking bots is concerned. This will involve more computation when updating the number as it isn't simply a list length check now, though.
Change History (1)
comment:1 Changed 15 years ago by ajanata
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [307]) ChanServ ignores services and bots when updating current_members. Services internally set themselves +S so they know they're services. Fixes #41.