Recognize ZANNELS feature for compatibility.
authorMichael Poole <mdpoole@troilus.org>
Tue, 10 Jan 2006 01:23:28 +0000 (01:23 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 10 Jan 2006 01:23:28 +0000 (01:23 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1608 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
include/ircd_features.h
ircd/ircd_features.c

index dcf5159fd06f76341c8354c8ec5dfc127d652f9b..641e62ef402fa4bed622c7265e8045c5380aee1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-09  Michael Poole <mdpoole@troilus.org>
+
+       * include/ircd_features.h (FEAT_ZANNELS): Actually, put it back.
+
+       * ircd/ircd_features.c (FEAT_ZANNELS): Likewise.
+
 2006-01-06  Michael Poole <mdpoole@troilus.org>
 
        * ircd/channel.c (mode_process_clients): Do not reveal zombies who
index 77b70f3a14035aba4d68a92460521d77741db6af..524f23a7a7daab951c2aa3a21d3781ae6f8d299d 100644 (file)
@@ -56,6 +56,7 @@ enum Feature {
   FEAT_HIDDEN_IP,
   FEAT_CONNEXIT_NOTICES,
   FEAT_OPLEVELS,
+  FEAT_ZANNELS,
   FEAT_LOCAL_CHANNELS,
   FEAT_TOPIC_BURST,
 
index fb4c14e77045aa35f3d6af28d09db044ed7f3f7e..0ffad1a201728cc2d4c607ca9966fa22c5e2a46a 100644 (file)
@@ -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),