Avoid crashing when a user is killed by an on-auth callback.
authorMichael Poole <mdpoole@troilus.org>
Fri, 6 Mar 2009 12:40:01 +0000 (07:40 -0500)
committerMichael Poole <mdpoole@troilus.org>
Fri, 6 Mar 2009 12:40:01 +0000 (07:40 -0500)
commit86bc398ada76c3a6ba15f3ab00fa381e9e66edfc
treea41a1a3bd2c5189d0fa02c6b37fb16578adc45ad
parent016bb9b69c98294a7ebda06cca87e12e06f773e3
Avoid crashing when a user is killed by an on-auth callback.

src/nickserv.c (set_user_handle_info): Handle no users on the account when
  updating the linked list of authed users.  Do not run the last bit of
  code when an auth_func kills the user, either.
src/nickserv.c