]> git.donarmstrong.com Git - infobot.git/commitdiff
* Added entry in BUGS for minor wildcard problem in hostmask matching code
authordjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 14 Apr 2008 05:26:51 +0000 (05:26 +0000)
committerdjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 14 Apr 2008 05:26:51 +0000 (05:26 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1657 c11ca15a-4712-0410-83d8-924469b57eb5

BUGS

diff --git a/BUGS b/BUGS
index 1e981d485deebeee6103848a1a4d01d933f520c0..1807b0230f6295854df0ba64af1a09e9a012b7bc 100644 (file)
--- 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