From e77f6334653ec26d1d8aa87643d0b30721d610ad Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 22 Apr 2008 19:40:25 -0500 Subject: [PATCH] Add SNONOTICE stuff to 3.1 todo. --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 1139ab00..1d31c8b6 100644 --- a/TODO +++ b/TODO @@ -40,3 +40,8 @@ [?] somehow hide channel operators like ircnet can do? [x] merge m_join.c and m_sjoin.c in one module (same functions, done in ratbox3) [x] create chmode.h and put there all declarations of chm_* - this will make some modules clean +[F] Move most use of server WALLOPS to a global mechanism. + [F] Add SNONOTICE protocol command (like in InspIRCd) to broadcast to a specific SNOMASK. + (Using ENCAP?) + [F] Adopt commands to this framework. +