Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Mon, 25 Mar 2002 23:24:44 +0000 (23:24 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Mon, 25 Mar 2002 23:24:44 +0000 (23:24 +0000)
commitcefff1235ef481abb64975db4187494ae962016a
tree7c14c1e32dd0f8bdc49653db3781641820e11c16
parentcdd27392ade764a653d6437575e56f4350563b42
Author: Kev <klmitch@mit.edu>
Log message:

If a user changes nickname to a nick that's banned on the channel, the ban
wouldn't take effect.  Although minor, this is a bug, and may best be fixed
by invalidating all the ban caching for the user.  This is effected by
looping over all the user's channel memberships and doing a ClearBanValid()
on them.

(pull-up from u2.10.11 branch)

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@685 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
ircd/s_user.c