]> jfr.im git - solanum.git/commitdiff
Fix typo.
authorWilliam Pitcock <redacted>
Mon, 8 Mar 2010 04:30:30 +0000 (22:30 -0600)
committerWilliam Pitcock <redacted>
Mon, 8 Mar 2010 04:30:30 +0000 (22:30 -0600)
include/s_serv.h

index c8c3328b0666b26dc95cabf29cd30346fc91f3f6..16d9e066ae91f7e8cf85637e46a3367266436b15 100644 (file)
@@ -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 |\