diff options
| author | 2015-11-03 12:40:24 +0100 | |
|---|---|---|
| committer | 2015-11-03 12:40:24 +0100 | |
| commit | 2c51a2bf17b6c377f0207f3d89b4b3f399fc0178 (patch) | |
| tree | 93f446719933bcfcb2f3580fef778a37c70dc57e /src/usermanager.cpp | |
| parent | Merge pull request #1093 from SaberUK/master+tsc (diff) | |
| parent | core_channel Implement invite (un)serialization (diff) | |
Merge branch 'master+invite'
Diffstat (limited to 'src/usermanager.cpp')
| -rw-r--r-- | src/usermanager.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/usermanager.cpp b/src/usermanager.cpp index 7e92507ca..41061f6d1 100644 --- a/src/usermanager.cpp +++ b/src/usermanager.cpp @@ -283,10 +283,7 @@ void UserManager::GarbageCollect() // Reset the already_sent IDs so we don't wrap it around and drop a message LocalUser::already_sent_id = 0; for (LocalList::const_iterator i = local_users.begin(); i != local_users.end(); ++i) - { (**i).already_sent = 0; - (**i).RemoveExpiredInvites(); - } } /* this returns true when all modules are satisfied that the user should be allowed onto the irc server |
