From e82913ed68b6a8f427150213a2d6ee06ad0d7a8f Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 7 Jan 2007 22:36:42 +0000 Subject: Update a comment, and touch a header just to make people rebuild stuff >:) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6256 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 2224dca63..0e53ce1c4 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -894,7 +894,10 @@ class InspIRCd : public classbase * on if cached results are available and haven't expired. It is * however safe to force this value to false, forcing a remote DNS * lookup, but not an update of the cache. - * @return True if the resolver was added + * @return True if the operation completed successfully. Note that + * if this method returns true, you should not attempt to access + * the resolver class you pass it after this call, as depending upon + * the request given, the object may be deleted! */ bool AddResolver(Resolver* r, bool cached); -- cgit v1.2.3