Fixed comments for cached host fields in User; 3/4 of these were completely incorrect.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10494 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
special 2008-09-10 17:21:19 +00:00
parent 531fb6fed2
commit 3b9d311e5c

View File

@ -427,15 +427,15 @@ class CoreExport User : public EventHandler
*/
InvitedList invites;
/** Cached nick!ident@host value using the real hostname
/** Cached nick!ident@dhost value using the displayed hostname
*/
std::string cached_fullhost;
/** Cached nick!ident@ip value using the real IP address
/** Cached ident@ip value using the real IP address
*/
std::string cached_hostip;
/** Cached nick!ident@host value using the masked hostname
/** Cached ident@realhost value using the real hostname
*/
std::string cached_makehost;