diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-07 22:36:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-07 22:36:42 +0000 |
commit | e82913ed68b6a8f427150213a2d6ee06ad0d7a8f (patch) | |
tree | dab9e00538f0e7bfed3ffc584f6ae54cd01ce27d | |
parent | adee2d71f5eb298c42819b954116eda0b806551d (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
-rw-r--r-- | include/inspircd.h | 5 |
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); |