From 5cb528f15c96c38336b618611ef886c6ab4f59de Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 25 Apr 2008 14:24:33 +0200 Subject: [PATCH] Global server notices already exist. (: ENCAP SNOTE :) --- TODO | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TODO b/TODO index 1d31c8b..73b0614 100644 --- a/TODO +++ b/TODO @@ -40,8 +40,5 @@ [?] 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. +[?] Move oper override server WALLOPS to global server notices?