]> git.donarmstrong.com Git - infobot.git/blob - BUGS
avoid reassigning to temp upon decode_utf8
[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     * Bot tries to ask chanserv for OP's on any channel. Should be a chanset
13     setting on a per channel basis
14
15     * News is currently stored in a file rather than the SQL table created for it
16
17     * !help has size issues. Add's extra lines with only 1 or 2 help commands
18     instead of one maximum size IRC msg
19
20     * Bot can be flooded offline with a crash if !+factstats help and /msg nick
21     factstats help, are used at the same time
22
23     * Wildcards in --HOSTS section has problems.
24     eg: nick!*@foo.*.someisp.com doesnt recognize for removing factoids but:
25     nick!foobar@*.someisp.com does
26
27 # vim:ts=4:sw=4:expandtab:tw=80