diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-05-06 22:27:51 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-05-06 22:27:51 +0000 |
commit | 71f7e47bcd7b72d7999daa9f061c8850b5a6521b (patch) | |
tree | 7302be21da0d2cf757644326d67770a9cd63fca2 /include/users.h | |
parent | 5a3d1bd4608b46fae23414822ad7512410dd773b (diff) |
Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and in fact is a bit harmful in some ways as we've seen..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11364 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/users.h b/include/users.h index 8f11d3404..4871ca411 100644 --- a/include/users.h +++ b/include/users.h @@ -386,9 +386,7 @@ class CoreExport VisData /** Holds all information about a user * This class stores all information about a user connected to the irc server. Everything about a * connection is stored here primarily, from the user's socket ID (file descriptor) through to the - * user's nickname and hostname. Use the FindNick method of the InspIRCd class to locate a specific user - * by nickname, or the FindDescriptor method of the InspIRCd class to find a specific user by their - * file descriptor value. + * user's nickname and hostname. */ class CoreExport User : public EventHandler { |