diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-22 16:42:02 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-22 16:42:02 +0000 |
commit | 5c96498c1fef685b03e7594b4b3c41a03f9154c0 (patch) | |
tree | a9b5e8aac884bea5a7960b483aed288e069e7a67 /src | |
parent | 29b51086b95c86f812ac35ed7d3333f060ba5a8c (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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++) { |