diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-25 21:39:04 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-25 21:39:04 +0000 |
commit | 7f98a73857690a9de3142402f428bc057d91bf69 (patch) | |
tree | 79741e7b0ce79a6cd83f81297a4481a004cd1b25 /include | |
parent | 0f3dcc548fc79425955f1e4611565bdf70831d34 (diff) |
- Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3046 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/s_serv.h | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/include/s_serv.h b/include/s_serv.h index e7a682a..9d277f5 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -52,22 +52,21 @@ struct Capability #define CAP_CAP 0x00000001 /* received a CAP to begin with */ #define CAP_QS 0x00000002 /* Can handle quit storm removal */ #define CAP_EX 0x00000004 /* Can do channel +e exemptions */ -#define CAP_CHW 0x00000008 /* Can do channel wall @# */ -#define CAP_IE 0x00000010 /* Can do invite exceptions */ -#define CAP_EOB 0x00000020 /* Can do EOB message */ -#define CAP_KLN 0x00000040 /* Can do KLINE message */ -#define CAP_GLN 0x00000080 /* Can do GLINE message */ -#define CAP_TS6 0x00000100 /* Can do TS6 */ -#define CAP_KNOCK 0x00000200 /* supports KNOCK */ -#define CAP_UNKLN 0x00000400 /* Can do UNKLINE message */ -#define CAP_CLUSTER 0x00000800 /* supports server clustering */ -#define CAP_ENCAP 0x00001000 /* supports ENCAP message */ -#define CAP_HOPS 0x00002000 /* supports HALFOPS */ -#define CAP_TBURST 0x00004000 /* supports TBURST */ -#define CAP_SVS 0x00008000 /* supports services */ -#define CAP_DLN 0x00010000 /* Can do DLINE message */ -#define CAP_UNDLN 0x00020000 /* Can do UNDLINE message */ -#define CAP_FAKEHOST 0x00040000 /* supports fake hosts */ +#define CAP_IE 0x00000008 /* Can do invite exceptions */ +#define CAP_EOB 0x00000010 /* Can do EOB message */ +#define CAP_KLN 0x00000020 /* Can do KLINE message */ +#define CAP_GLN 0x00000040 /* Can do GLINE message */ +#define CAP_TS6 0x00000080 /* Can do TS6 */ +#define CAP_KNOCK 0x00000100 /* supports KNOCK */ +#define CAP_UNKLN 0x00000200 /* Can do UNKLINE message */ +#define CAP_CLUSTER 0x00000400 /* supports server clustering */ +#define CAP_ENCAP 0x00000800 /* supports ENCAP message */ +#define CAP_HOPS 0x00001000 /* supports HALFOPS */ +#define CAP_TBURST 0x00002000 /* supports TBURST */ +#define CAP_SVS 0x00004000 /* supports services */ +#define CAP_DLN 0x00008000 /* Can do DLINE message */ +#define CAP_UNDLN 0x00010000 /* Can do UNDLINE message */ +#define CAP_FAKEHOST 0x00020000 /* supports fake hosts */ /* * Capability macros. |