summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c
index ed52dba..f000b7f 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -61,7 +61,6 @@ channel_init(void)
{
add_capability("EX", CAP_EX, 1);
add_capability("IE", CAP_IE, 1);
- add_capability("CHW", CAP_CHW, 1);
channel_pool = mp_pool_new(sizeof(struct Channel), MP_CHUNK_SIZE_CHANNEL);
ban_pool = mp_pool_new(sizeof(struct Ban), MP_CHUNK_SIZE_BAN);