[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: user.patch
On Thu, Dec 23, 1999 at 04:01:02PM -0800, David Rientjes wrote:
> + /* Update the user counts for the local server BEFORE calling *
> + * m_lusers upon connecting. -- David-R */
> + if (IsInvisible(sptr)) /* Can be initialized in m_user() */
> + istat.is_user[1]++; /* Local and server defaults +i */
> + else
> + istat.is_user[0]++;
That part should also be done for remote clients.
> + if (MyConnect(sptr))
> + {
> + istat.is_unknown--;
> + istat.is_myclnt++;
> + }
You could remove the if statement, but looks good at first sight.
Q