X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=BUGS;h=240f67a99837a40cea283b0c8c4e62a43b4e5ed8;hb=e4a9397b50848fd83f084324176e2afbaeaa241f;hp=85389ceb8cb9b1bcb155e9a7b2a3a003002a2cea;hpb=83dd7b8f758240b4245a1560b343f315c1ae6c85;p=infobot.git diff --git a/BUGS b/BUGS index 85389ce..240f67a 100644 --- a/BUGS +++ b/BUGS @@ -1,11 +1,24 @@ Known bugs that should be dealt with soon as possible: - * "+sed" can currently be used to flood the boot off the network. Disable for now - * allows adding a "cmd:foo (.*)" factoid but not removing it (not sure if this still applies) - * Older CMD: foo's cannot be used or removed. Must be removed manually from the database with SQL - * !+topic list gives and incorrect error Failed. "You (#botpark) are not in #botpark, hey?" - * Bot tries to ask chanserv for OP's on any channel. Should be a chanset setting on a per channel basis - * News is currently stored in a file rather than the SQL table created for it - * bot doesnt seem to keep track of stat counters for "heh :) ...etc". Might be settings though and not a bug - * !help has size issues. Add's extra lines with only 1 or 2 help commands instead of one maximum size IRC msg - * FIXME: !WARN! ircCheck: we have a NULL chan in hash channels? removing! + * Multiple nick per server is in need of some testing and make be + incomplete or buggy in some parts of the bot + + * Older CMD: foo's cannot be used or removed. Must be removed manually from + the database with SQL + + * !+topic list gives and incorrect error Failed. "You (#botpark) are not in + #botpark, hey?" + + * News is currently stored in a file rather than the SQL table created for it + + * !help has size issues. Add's extra lines with only 1 or 2 help commands + instead of one maximum size IRC msg + + * Bot can be flooded offline with a crash if !+factstats help and /msg nick + factstats help, are used at the same time + + * Wildcards in --HOSTS section has problems. + eg: nick!*@foo.*.someisp.com doesnt recognize for removing factoids but: + nick!foobar@*.someisp.com does + +# vim:ts=4:sw=4:expandtab:tw=80