]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_serv.h
Backed out changeset 3097ade953f5
[irc/rqf/shadowircd.git] / include / s_serv.h
index c52c78debcb602d14d897bc722bcc1571ebd8f90..ec35cc06c5cd4e222d2a4bb48cd0642e39d8e9a2 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: s_serv.h 1863 2006-08-27 13:40:37Z jilles $
  */
 
 #ifndef INCLUDED_serv_h
@@ -72,12 +71,14 @@ struct Capability
 #define CAP_SAVE       0x40000 /* supports SAVE (nick collision FNC) */
 #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_MASK        (CAP_QS  | CAP_EX   | CAP_CHW  | \
                          CAP_IE  | CAP_KLN  | CAP_SERVICE |\
                          CAP_CLUSTER | CAP_ENCAP | \
                          CAP_ZIP  | CAP_KNOCK  | CAP_UNKLN | \
-                        CAP_RSFNC | CAP_SAVE | CAP_EUID | CAP_EOPMOD)
+                        CAP_RSFNC | CAP_SAVE | CAP_EUID | CAP_EOPMOD | \
+                        CAP_BAN)
 
 #ifdef HAVE_LIBZ
 #define CAP_ZIP_SUPPORTED       CAP_ZIP