This commit is contained in:
Jeremy Fincher 2004-09-29 18:56:22 +00:00
parent 755cfd258d
commit ef1b073c3d

20
TODO
View File

@ -7,15 +7,6 @@ the more likely it'll be done before next release):
* It'd be nice to be able to use a backslash to continue lines in the * It'd be nice to be able to use a backslash to continue lines in the
registry, so we could linewrap long strings or lists. registry, so we could linewrap long strings or lists.
* URL snarfers need to run one at a time, in order for the _snarfed
queue to work properly.
* We could use some better log formatting -- there's no reason
"supybot:" needs to be there, especially when we've disabled
plugin-specific logfiles.
* Karma needs to use invalidCommand so it can be nested.
* We need to store the key for channels in the registry and have an * We need to store the key for channels in the registry and have an
easy way for plugins to send joins to channels based on their easy way for plugins to send joins to channels based on their
registry configuration. registry configuration.
@ -24,9 +15,6 @@ the more likely it'll be done before next release):
that way plugins can use the ircdb ban stuff and not worry about that way plugins can use the ircdb ban stuff and not worry about
sending or scheduling unbans. sending or scheduling unbans.
* Filters need to be added to the logs during testing so many logs
(useless during testing) won't occur.
* We should probably add a "hello" command to make things more * We should probably add a "hello" command to make things more
compatible with Eggdrop, since we've been replacing many eggdrop compatible with Eggdrop, since we've been replacing many eggdrop
bots lately. bots lately.
@ -42,10 +30,10 @@ the more likely it'll be done before next release):
Problems that involve a lot of tedious minutiae, but really need to Problems that involve a lot of tedious minutiae, but really need to
be done at some point: be done at some point:
* ircutils.{isChannel,isNick,toLower} should be static methods on * ircutils.{isChannel,isNick,toLower} should be methods on each Irc
each Irc object, since they can vary per-network. That's not the object, since they can vary per-network. That's not the tedious
tedious part; the tedious part is having every other place that part; the tedious part is having every other place that uses them
uses them use those methods instead. use those methods instead.
Hard problems that won't get done until someone really wants to have Hard problems that won't get done until someone really wants to have
some fun: some fun: