diff options
author | Adam <Adam@anope.org> | 2010-12-23 21:56:06 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-23 21:56:06 -0500 |
commit | 1a3ba00c246803ee06a680060454fb6782e5dd7d (patch) | |
tree | 6066e49cecf339effdc344aeae5b64a7f93ddf4e /src/misc.cpp | |
parent | e8a207279298d009c0f1564ba58485611ddbc741 (diff) |
Fixed noexpire channels expiring
Diffstat (limited to 'src/misc.cpp')
-rw-r--r-- | src/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.cpp b/src/misc.cpp index 6aa90820e..97006469a 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -230,7 +230,7 @@ time_t dotime(const Anope::string &s) } catch (const CoreException &) { } - return -1; + return 0; } /*************************************************************************/ |