From: SourceForge.net <no...@so...> - 2007-10-18 08:10:58
|
Patches item #523545, was opened at 2002-02-27 14:21 Message generated for change (Comment added) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=302241&aid=523545&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Old infobot Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Andrea Briganti (kbytesys) Assigned to: Nobody/Anonymous (nobody) Summary: New Seen System... (updated) Initial Comment: I've hard modify the seen system. Now works with Part, Join, Quit and Nick change... Put Seen.pl to src dir and apply the diff to the files. After apply this patch remove the old seen db! Andrea Briganti Kbyte (kby...@fr...) ---------------------------------------------------------------------- Comment By: Dan McGrath (djmcgrath) Date: 2007-10-18 04:10 Message: Logged In: YES user_id=220602 Originator: NO This patch has been closed for the following reason: Blootbot, originally a fork of infobot, has renamed itself back to infobot. As a result, all patches related to infobot are being closed. You are encouraged to redownload infobot from SVN and check if the original patch that you submitted still applies. If it does, please feel free to resumbit the patch. Thank you for your understanding. Thanks! Infobot Dev Team ---------------------------------------------------------------------- Comment By: Andrea Briganti (kbytesys) Date: 2002-02-28 20:15 Message: Logged In: YES user_id=138368 Another small fix... < $strMatch =~ s/\*/\.\*/; < $strMatch =~ s/\?/\.\?/; > $strMatch =~ s/\*/\.\*/g; > $strMatch =~ s/\?/\.\?/g; > $strMatch =~ s/\^/\\\^/g; > $strMatch =~ s/\$/\\\$/g; ---------------------------------------------------------------------- Comment By: Andrea Briganti (kbytesys) Date: 2002-02-28 12:47 Message: Logged In: YES user_id=138368 Update... Now the seen system do: - Purge old seen entry at bot startup - Catch Join, Say, Part, Quit, Nick change, Kicks - Limited search with wildcard. Please apply the diff to a clean cvs release of infobot, and delete the old seen db. TODO: Manual purge ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=302241&aid=523545&group_id=2241 |