diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-04 14:59:57 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-04 14:59:57 +0000 |
commit | aa60eaad8b3392f90b4ff1b4fa218994bdf1d06d (patch) | |
tree | cbe8477d8ea4bc0ddc01834c968a0c004be24f33 | |
parent | eaadfad4e973dd43ea88a11822326176361839c4 (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-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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"). |