diff options
Diffstat (limited to 'src/chanserv.cpp')
-rw-r--r-- | src/chanserv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chanserv.cpp b/src/chanserv.cpp index e3a8993b0..504bdea2a 100644 --- a/src/chanserv.cpp +++ b/src/chanserv.cpp @@ -376,7 +376,7 @@ void expire_chans() expire = true; if (ci->HasFlag(CI_NO_EXPIRE)) - expire = true; + expire = false; if (expire) { |