]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
m_callerid, m_dccallow Fix crash caused by allowing unregistered users and SIDs to...
[user/henk/code/inspircd.git] / src / inspircd.cpp
index 005a11dd7c239e502932e956905defbfa7fc059c..cf8c22633315e3538c25a7d50da04bf732ea6c8b 100644 (file)
@@ -220,6 +220,7 @@ void InspIRCd::RehashUsersAndChans()
        for (std::vector<LocalUser*>::const_iterator i = Users->local_users.begin(); i != Users->local_users.end(); i++)
        {
                (**i).already_sent = 0;
+               (**i).RemoveExpiredInvites();
        }
 }