summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-07 22:36:42 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-07 22:36:42 +0000
commite82913ed68b6a8f427150213a2d6ee06ad0d7a8f (patch)
treedab9e00538f0e7bfed3ffc584f6ae54cd01ce27d /include/inspircd.h
parentadee2d71f5eb298c42819b954116eda0b806551d (diff)
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
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h5
1 files changed, 4 insertions, 1 deletions
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);