diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-04-05 19:09:02 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-04-05 19:09:02 +0000 |
commit | 0cebd78c12ca75d44c7008d7a39c2fdfa9cdfc18 (patch) | |
tree | 8ceec57f4a794194bd16a587ba1914ff54aaeee3 /include | |
parent | 4d00366f8b43bde535583c40e865f0e9da4a56a1 (diff) |
- Re-add CHW capability to cope nice with rb
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3265 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/s_serv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/s_serv.h b/include/s_serv.h index 573032e..e40739c 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -66,6 +66,7 @@ struct Capability #define CAP_SVS 0x00004000 /* supports services */ #define CAP_DLN 0x00008000 /* Can do DLINE message */ #define CAP_UNDLN 0x00010000 /* Can do UNDLINE message */ +#define CAP_CHW 0x00020000 /* Can do channel wall @# */ /* * Capability macros. |