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