| # | Line 99 | Line 99 | struct MaskItem; | |
|---|---|---|
| 99 | ||
| 100 | #define CAP_MULTI_PREFIX 0x00000001 | |
| 101 | #define CAP_AWAY_NOTIFY 0x00000002 | |
| 102 | + | #define CAP_UHNAMES 0x00000004 |
| 103 | ||
| 104 | #define HasCap(x, y) ((x)->localClient->cap_active & (y)) | |
| 105 | ||
| 106 | + | |
| 107 | /* housekeeping flags */ | |
| 108 | #define FLAGS_PINGSENT 0x00000001 /**< Unreplied ping sent */ | |
| 109 | #define FLAGS_DEADSOCKET 0x00000002 /**< Local socket is dead--Exiting soon */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |