]> git.donarmstrong.com Git - infobot.git/blob - BUGS
* Update Changlog to reflect babelfish fix
[infobot.git] / BUGS
1 Known bugs that should be dealt with soon as possible:
2
3     * Older CMD: foo's cannot be used or removed. Must be removed manually from
4     the database with SQL
5
6     * !+topic list gives and incorrect error Failed. "You (#botpark) are not in
7     #botpark, hey?"
8
9     * News is currently stored in a file rather than the SQL table created for it
10
11     * !help has size issues. Add's extra lines with only 1 or 2 help commands
12     instead of one maximum size IRC msg
13
14     * Bot can be flooded offline with a crash if !+factstats help and /msg nick
15     factstats help, are used at the same time
16
17     * Wildcards in --HOSTS section has problems.
18     eg: nick!*@foo.*.someisp.com doesnt recognize for removing factoids but:
19     nick!foobar@*.someisp.com does
20
21 # vim:ts=4:sw=4:expandtab:tw=80