Fix typo.

This commit is contained in:
William Pitcock 2010-03-07 22:30:30 -06:00
parent 6b5059c363
commit 24cf9d8a28
1 changed files with 1 additions and 1 deletions

View File

@ -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 |\