Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ChangeLog
index 69883349f904962351451a6886ea00410a423ec7..62c40e7be2d64dbf68ee4ed502b8df55e1db8174 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-24  Kevin L. Mitchell  <klmitch@mit.edu>
+
+       * ircd/channel.c: ok, now last mode rules; mode +ps will always
+       result in +s (and won't send a mode if the channel is already +s);
+       mode +sp will always result in +p; -n+n on a +n channel results in
+       no mode change; -n+n on a -n channel results in a +n mode change;
+       etc.
+
 2000-10-23  Kevin L. Mitchell  <klmitch@mit.edu>
 
        * ircd/channel.c: add "add" and "del" elements to ParseState to