Fix typo.
This commit is contained in:
parent
6b5059c363
commit
24cf9d8a28
|
@ -72,7 +72,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 New Issue