]> git.donarmstrong.com Git - infobot.git/blob - BUGS
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[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     * Bot tries to ask chanserv for OP's on any channel. Should be a chanset
10     setting on a per channel basis
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 # vim:ts=4:sw=4:expandtab:tw=80