diff options
| author | 2014-07-19 14:16:15 +0200 | |
|---|---|---|
| committer | 2014-07-19 14:16:15 +0200 | |
| commit | cec9265bdbb63c06d73cb983b3fc293905ed79d2 (patch) | |
| tree | 3eb53e9c588aae2b950dc345b12b6b7c1a52981d /src/users.cpp | |
| parent | core_stats Deduplicate stats L and l code (diff) | |
| download | inspircd++-cec9265bdbb63c06d73cb983b3fc293905ed79d2.tar.gz inspircd++-cec9265bdbb63c06d73cb983b3fc293905ed79d2.tar.bz2 inspircd++-cec9265bdbb63c06d73cb983b3fc293905ed79d2.zip | |
Erase local users from UserManager::local_list in QuitUser()
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 246efd7cf..3f82b850c 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -330,7 +330,6 @@ CullResult User::cull() CullResult LocalUser::cull() { - ServerInstance->Users->local_users.erase(this); ClearInvites(); eh.cull(); return User::cull(); |
