1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 16:06:39 +02:00

Add a few personal notes in TODO

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1278 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-09-30 18:54:00 +00:00
parent 4f8faa2dae
commit 0464e2eb14
+8
View File
@@ -40,3 +40,11 @@ VIPER'S CHRISTMAS LIST
NOTES:
Already done (CBX).
-------------------------
w00t's CHRISTMAS LIST
---------------------
- no struct Uid bollocks. that's insane, and now, unnecessary that we store UID in BotInfo.
- Move AnopeInit and AnopeFini(?) into a derived module class, change MODULE_INIT to return a pointer.
- Move a (lot) of stuff to class members as a defined interface rather than copypasta everywhere (ns_set, ns_saset!)