1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 16:26:39 +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
@@ -230,7 +230,7 @@ time_t dotime(const Anope::string &s)
}
catch (const CoreException &) { }
return -1;
return 0;
}
/*************************************************************************/