From: djmcgrath Date: Mon, 14 Apr 2008 05:26:51 +0000 (+0000) Subject: * Added entry in BUGS for minor wildcard problem in hostmask matching code X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=413e3e4628ec46f3191e3be0579aba584d72adca;hp=cf20c06bbe22730e02cf3ee8c6342f85222762af;p=infobot.git * Added entry in BUGS for minor wildcard problem in hostmask matching code git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1657 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/BUGS b/BUGS index 1e981d4..1807b02 100644 --- a/BUGS +++ b/BUGS @@ -14,4 +14,8 @@ Known bugs that should be dealt with soon as possible: * 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