CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Branch tags: u2_10_11_03
Commit time: 2002-12-03 21:07:40 UTC
Modified files:
Tag: u2_10_11_03
ChangeLog
Log message:
Author: hikari <[EMAIL PROTECTED]>
Log message:
Grrr, rouge file which didn't get commited because of conflict.
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.290.2.125.2.27 ircu2.10/ChangeLog:1.290.2.125.2.28
--- ircu2.10/ChangeLog:1.290.2.125.2.27 Fri Nov 29 16:02:22 2002
+++ ircu2.10/ChangeLog Tue Dec 3 13:07:28 2002
@@ -1,3 +1,26 @@
+2002-12-03 hikari <[EMAIL PROTECTED]>
+
+ * ircd/Makefile.in: fluff to link ircd/m_wallvoices.c
+
+ * ircd/parse.c: addition of wallvoices parsers
+
+ * ircd/send.c: addition of a check for SKIP_NONVOICES which causes
+ a check for !IsChanOp() && !HasVoice()
+
+ * ircd/m_wallvoices.c: new m_wallvoices() and ms_wallvoices()
+ functions message is sent as "#channel :+ foo"
+
+ * ircd/m_wallchops.c: modifed so the format is now "#channel :@
+ * foo"
+ to match the WALLVOICES form...after a little "discussion" on the
+ mater
+
+ * include/send.h: addition of defintion for SKIP_NONVOICES
+
+ * include/msg.h: command defines
+
+ * include/handlers.h: function declarations
+
2002-11-30 <[EMAIL PROTECTED]>
* ircd/ircd_alloc.h: Patched frobulator bug overwriting too much
----------------------- End of diff -----------------------