[SimBot-commits] CVS: simbot/plugins sqlite-logger.pl,1.51,1.52
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-10 18:39:58
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20690/plugins Modified Files: sqlite-logger.pl Log Message: What was I thinking when I wrote this? Index: sqlite-logger.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/sqlite-logger.pl,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -p -r1.51 -r1.52 --- sqlite-logger.pl 10 Aug 2005 18:37:30 -0000 1.51 +++ sqlite-logger.pl 10 Aug 2005 18:39:50 -0000 1.52 @@ -977,8 +977,7 @@ sub linkify { |museum|\w\w)$}ix) { # Yup. Let's assume it's a web site... $host = 'http://' . $host; - } - if($host =~ m/:/) { + $curWord = qq(<a href="${host}/${path}">$curWord</a>); } } |