| # | Line 364 | Line 364 | struct Client | |
|---|---|---|
| 364 | #define OPER_FLAG_RESTART 0x00008000 /**< Oper can use RESTART command */ | |
| 365 | #define OPER_FLAG_DLINE 0x00010000 /**< Oper can use DLINE command */ | |
| 366 | #define OPER_FLAG_UNDLINE 0x00020000 /**< Oper can use UNDLINE command */ | |
| 367 | + | #define OPER_FLAG_SET 0x00040000 /**< Oper can use SET command */ |
| 368 | ||
| 369 | #define HasOFlag(x, y) (MyConnect(x) ? (x)->localClient->operflags & (y) : 0) | |
| 370 | #define AddOFlag(x, y) ((x)->localClient->operflags |= (y)) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |