mirror of
https://github.com/anope/anope.git
synced 2026-07-08 23:13:12 +02:00
Fixed noexpire channels expiring
This commit is contained in:
+1
-1
@@ -376,7 +376,7 @@ void expire_chans()
|
||||
expire = true;
|
||||
|
||||
if (ci->HasFlag(CI_NO_EXPIRE))
|
||||
expire = true;
|
||||
expire = false;
|
||||
|
||||
if (expire)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user