]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/usermanager.cpp
info: Move the early three of us to a "founding developers" section.
[user/henk/code/inspircd.git] / src / usermanager.cpp
index 7e92507ca77b5844f3db08f8b5cb1ffa1e5eb9d2..41061f6d1d82decc109b3eb1fb3b6d4b34378ce3 100644 (file)
@@ -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