mirror of
https://github.com/anope/anope.git
synced 2026-07-04 01:23:12 +02:00
Don't expire session exceptions if in noexpire mode
This commit is contained in:
@@ -93,7 +93,7 @@ class ExpireTimer : public Timer
|
||||
|
||||
void Tick(time_t) anope_override
|
||||
{
|
||||
if (!session_service)
|
||||
if (!session_service || Anope::NoExpire)
|
||||
return;
|
||||
for (unsigned i = session_service->GetExceptions().size(); i > 0; --i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user