1
0
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:
Adam
2010-12-23 21:56:06 -05:00
parent e8a2072792
commit 1a3ba00c24
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ void expire_chans()
expire = true;
if (ci->HasFlag(CI_NO_EXPIRE))
expire = true;
expire = false;
if (expire)
{