Global server notices already exist.

(:<sourceserver> ENCAP <server> SNOTE <snomask> :<text>)
This commit is contained in:
Jilles Tjoelker 2008-04-25 14:24:33 +02:00
parent 8a99d1b9f5
commit 5cb528f15c
1 changed files with 1 additions and 4 deletions

5
TODO
View File

@ -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?