ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/client.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/client.h (file contents):
Revision 3335 by michael, Thu Apr 17 18:55:31 2014 UTC vs.
Revision 3506 by michael, Sun May 11 17:03:20 2014 UTC

# Line 167 | Line 167 | struct MaskItem;
167   #define UMODE_HIDDENHOST   0x01000000 /**< User's host is hidden */
168   #define UMODE_SSL          0x02000000 /**< User is connected via TLS/SSL */
169   #define UMODE_WEBIRC       0x04000000 /**< User connected via a webirc gateway */
170 + #define UMODE_HIDEIDLE     0x08000000 /**< Hides idle and signon time in WHOIS */
171  
172  
173   #define UMODE_ALL          UMODE_SERVNOTICE

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)