Author: Michael Poole <mdpoole@troilus.org>
[ircu2.10.12-pk.git] / ChangeLog
index b9b169e76d3f4fdf43c4995edd7f2a4d0fd67757..99314784a120a405d43ad397368e94efc85fc3a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-01-12  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/m_topic.c (do_settopic): Just before sending the topic out,
+       check to see if the user is join-delayed and should be shown.
+
+       * ircd/m_wallchops.c (m_wallchops): Allow this command to expose
+       join-delayed users.
+       (ms_wallchops): Likewise.
+
+       * ircd/m_wallvoices.c (m_wallvoices): Allow this command to expose
+       join-delayed users.
+       (ms_wallvoices): Likewise.
+
 2009-01-12  Michael Poole <mdpoole@troilus.org>
 
        * ircd/channel.c (modebuf_mode_uint): Fix bouncing of limit changes.