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

Comparing ircd-hybrid/branches/8.2.x/include/client.h (file contents):
Revision 8208 by michael, Tue Mar 14 13:17:39 2017 UTC vs.
Revision 8209 by michael, Sun Apr 16 10:45:01 2017 UTC

# Line 171 | Line 171 | enum
171    UMODE_OPER         = 0x00100000U,  /**< IRC operator */
172    UMODE_ADMIN        = 0x00200000U,  /**< Admin on server */
173    UMODE_FARCONNECT   = 0x00400000U,  /**< Can see remote client connects/exits */
174 <  UMODE_HIDDENHOST   = 0x00800000U,  /**< User's host is hidden */
175 <  UMODE_SSL          = 0x01000000U,  /**< User is connected via TLS/SSL */
176 <  UMODE_WEBIRC       = 0x02000000U,  /**< User connected via a webirc gateway */
177 <  UMODE_HIDEIDLE     = 0x04000000U,  /**< Hides idle and signon time in WHOIS */
178 <  UMODE_HIDECHANS    = 0x08000000U   /**< Hides channel list in WHOIS */
174 >  UMODE_SSL          = 0x00800000U,  /**< User is connected via TLS/SSL */
175 >  UMODE_WEBIRC       = 0x01000000U,  /**< User connected via a webirc gateway */
176 >  UMODE_HIDEIDLE     = 0x02000000U,  /**< Hides idle and signon time in WHOIS */
177 >  UMODE_HIDECHANS    = 0x04000000U   /**< Hides channel list in WHOIS */
178   };
179  
180   #define HasUMode(x, y) ((x)->umodes &   (y))

Diff Legend

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