1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 08:36:39 +02:00

Fix os_news to not load items until the news service is constructed

Fix session exceptions not expirigin
This commit is contained in:
Adam
2013-09-12 08:07:11 -04:00
parent e5ece18ee7
commit abc7e4b423
3 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -742,7 +742,7 @@ class OSSession : public Module
void OnExpireTick() anope_override
{
if (!Anope::NoExpire)
if (Anope::NoExpire)
return;
for (unsigned i = this->ss.GetExceptions().size(); i > 0; --i)
{