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
This commit is contained in:
w00t 2008-02-22 16:42:02 +00:00
parent 29b51086b9
commit 5c96498c1f

View File

@ -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++)
{