From 5c96498c1fef685b03e7594b4b3c41a03f9154c0 Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 22 Feb 2008 16:42:02 +0000 Subject: [PATCH] Add a note about interfaces that may be useful git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8999 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index f4ec4e8bd..1ee2da1de 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -92,6 +92,8 @@ void InspIRCd::Cleanup() /* We do this more than once, so that any service providers get a * chance to be unhooked by the modules using them, but then get * a chance to be removed themsleves. + * + * XXX there may be a better way to do this with 1.2 */ for (int tries = 0; tries < 3; tries++) { -- 2.39.5