| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |