Fix typo.
This commit is contained in:
parent
084ecbe030
commit
82eac99fc0
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ struct Capability
|
|||
#define CAP_EUID 0x80000 /* supports EUID (ext UID + nonencap CHGHOST) */
|
||||
#define CAP_EOPMOD 0x100000 /* supports EOPMOD (ext +z + ext topic) */
|
||||
#define CAP_BAN 0x200000 /* supports propagated bans */
|
||||
#define CAP_BAN 0x400000 /* supports MLOCK messages */
|
||||
#define CAP_MLOCK 0x400000 /* supports MLOCK messages */
|
||||
|
||||
#define CAP_MASK (CAP_QS | CAP_EX | CAP_CHW | \
|
||||
CAP_IE | CAP_KLN | CAP_SERVICE |\
|
||||
|
|
Loading…
Reference in a new issue