From: Michael Poole Date: Tue, 10 Jan 2006 01:23:28 +0000 (+0000) Subject: Recognize ZANNELS feature for compatibility. X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=28aa4c7ddf8db7c14cbd0eb046610361c10cd6ca;hp=30e17371e62519c5a8556621f982c07d8bbb6cec;p=ircu2.10.12-pk.git Recognize ZANNELS feature for compatibility. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1608 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog b/ChangeLog index dcf5159..641e62e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-09 Michael Poole + + * include/ircd_features.h (FEAT_ZANNELS): Actually, put it back. + + * ircd/ircd_features.c (FEAT_ZANNELS): Likewise. + 2006-01-06 Michael Poole * ircd/channel.c (mode_process_clients): Do not reveal zombies who diff --git a/include/ircd_features.h b/include/ircd_features.h index 77b70f3..524f23a 100644 --- a/include/ircd_features.h +++ b/include/ircd_features.h @@ -56,6 +56,7 @@ enum Feature { FEAT_HIDDEN_IP, FEAT_CONNEXIT_NOTICES, FEAT_OPLEVELS, + FEAT_ZANNELS, FEAT_LOCAL_CHANNELS, FEAT_TOPIC_BURST, diff --git a/ircd/ircd_features.c b/ircd/ircd_features.c index fb4c14e..0ffad1a 100644 --- a/ircd/ircd_features.c +++ b/ircd/ircd_features.c @@ -309,6 +309,7 @@ static struct FeatureDesc { F_S(HIDDEN_IP, 0, "127.0.0.1", 0), F_B(CONNEXIT_NOTICES, 0, 0, 0), F_B(OPLEVELS, 0, 1, 0), + F_B(ZANNELS, 0, 1, 0), F_B(LOCAL_CHANNELS, 0, 1, 0), F_B(TOPIC_BURST, 0, 0, 0),