 |
forums
|
| View previous topic :: View next topic |
| Author |
Message |
Fnord7
Joined: 08 Aug 2004 Posts: 193
|
Posted: Sat Feb 24, 2007 1:40 am Post subject: |
|
|
Kmail body was truncated when a [link] http link was encountered. Following small fix.
--- KoLBot.pm (revision 180)
+++ KoLBot.pm (working copy)
@@ -1411,7 +1411,7 @@
# inlined profile links
$bulk =~ s{<a class=nounder style='color: blue' href='showplayer.php\?who=\d+' target=mainpane>(.*?)</a>}{$1}g;
# normal URLs
- $bulk =~ s{<a target=blank_ href="[^\"]*"><font color=blue>\[link\]</font></a>}{}g;
+ $bulk =~ s{<a target=_blank href="[^\"]*"><font color=blue>\[link\]</font></a>}{}g;
if($bulk =~ m|<span class=small>\(\* interjection denoting surprise\)</span>|) {
$mail->{brick} = 1; |
|
| Back to top |
|
 |
Fnord7
Joined: 08 Aug 2004 Posts: 193
|
Posted: Sat Jul 26, 2008 10:29 am Post subject: |
|
|
| Message for those who have email alerts. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|