mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
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:
parent
531fb6fed2
commit
3b9d311e5c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user