Open DasBrain opened 1 month ago
what's the rationale for changing it? we deliberately thought JOIN is suitable
Currently account changes are logged as mode changes, not join.
A channel member doing a /msg NickServ identify
should is not a mode change, which may for example be audited.
(A log with mode changes/kicks can be used as audit log for operator actions - an ordinary channel member logging some stuff in there doesn't fit it in my opinion.)
So I agree:
we deliberately thought JOIN is suitable
(Only channel ops can change modes, users can change their own account)
Found by: DasBrain Patch by: DasBrain Fixes:
One-line summary: Account changes are logged using +j (join, parts, quits, aways and netsplits) not +k (kick, bans and mode changes) console level.
Additional description (if needed):
Test cases demonstrating functionality (if applicable):