From aa60eaad8b3392f90b4ff1b4fa218994bdf1d06d Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Tue, 4 Nov 2008 14:59:57 +0000 Subject: [PATCH] Add language system to TODO git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1540 5417fbe8-f217-4b02-8779-1006273d7864 --- TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 7b8d2c973..b79a91756 100644 --- a/TODO +++ b/TODO @@ -46,5 +46,7 @@ Future [ ] add overridden form of SendGlobops accepting BotInfo [ ] SendAkill should just take a pointer to the Akill class instead of millions of fields (same for some other stuff) [ ] chan_set_modes should take BotInfo, possibly with override for User *? - - +[ ] Language system is disgusting, it must die. + [ ] Modules should also have a way to add strings programatically + [ ] Should be able to add many strings by dropping a file in a set location. + [ ] I forsee this working via a function rather than defines, as it seems to do now: e.g. _("NS_NICK_IS_REGISTERED").