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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user