Do not try to destroy a channel's nonexistent destruct event.
[ircu2.10.12-pk.git] / ChangeLog
index badeb7ecf4181b6628367079924b47aac1cde6c3..2c9ce6409835e3fbb58988f899b084fc00a99671 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2006-01-02  Michael Poole <mdpoole@troilus.org>
+
+       * include/ircd_features.h (FEAT_ZANNELS): Remove.
+
+       * ircd/channel.c (sub1_from_channel): Remove reference to
+       FEAT_ZANNELS.
+
+       * ircd/ircd_features.c (FEAT_ZANNELS): Remove.
+
+       * ircd/m_destruct.c (ms_destruct): Do not try to remove a destruct
+       event for channels that do not have them (created by BURSTing a
+       zannel but not yet destroyed by EOB).
+
+2005-12-31  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/m_whowas.c (m_whowas): Mention that IP is untracked in WHOWAS.
+       Spotted by Progs.
+
 2005-12-30  Michael Poole <mdpoole@troilus.org>
 
        * ircd/m_topic.c: Remove block comment about sptr, cptr, etc.