summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-22 16:42:02 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-02-22 16:42:02 +0000
commit5c96498c1fef685b03e7594b4b3c41a03f9154c0 (patch)
treea9b5e8aac884bea5a7960b483aed288e069e7a67
parent29b51086b95c86f812ac35ed7d3333f060ba5a8c (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
-rw-r--r--src/inspircd.cpp2
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++)
{