X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=BUGS;h=1807b0230f6295854df0ba64af1a09e9a012b7bc;hb=45e51047c2df703229843193e49fb9829489170f;hp=dc4baea909cc659a328dde49840715a4198ed857;hpb=bf70bfa143fc397220ad7a4f7bb0c1febcad4412;p=infobot.git diff --git a/BUGS b/BUGS index dc4baea..1807b02 100644 --- a/BUGS +++ b/BUGS @@ -1,8 +1,21 @@ Known bugs that should be dealt with soon as possible: - * 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 - * !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 + * 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