From 0464e2eb14e0c5becc7ebeb7f494f7941d556ca9 Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Tue, 30 Sep 2008 18:54:00 +0000 Subject: [PATCH] Add a few personal notes in TODO git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1278 5417fbe8-f217-4b02-8779-1006273d7864 --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index aaec931ee..11cf82f68 100644 --- a/TODO +++ b/TODO @@ -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!)