summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-04 14:59:57 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-04 14:59:57 +0000
commitaa60eaad8b3392f90b4ff1b4fa218994bdf1d06d (patch)
treecbe8477d8ea4bc0ddc01834c968a0c004be24f33
parenteaadfad4e973dd43ea88a11822326176361839c4 (diff)
Add language system to TODO
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1540 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--TODO6
1 files 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").