summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/users.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/users.h b/include/users.h
index c4c85fb0f..1eb48c2f0 100644
--- a/include/users.h
+++ b/include/users.h
@@ -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;