Add SNONOTICE stuff to 3.1 todo.

This commit is contained in:
William Pitcock 2008-04-22 19:40:25 -05:00
parent eeae854d6f
commit 7f7bf7ee3e
1 changed files with 5 additions and 0 deletions

5
TODO
View File

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