forums Forum Index forums

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Current Revison: 190, 26 July 2008
Goto page Previous  1, 2, 3, 4
 
Post new topic   Reply to topic    forums Forum Index -> KoLBot Discussion
View previous topic :: View next topic  
Author Message
Fnord7



Joined: 08 Aug 2004
Posts: 193

PostPosted: Sat Feb 24, 2007 1:40 am    Post subject: Reply with quote

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
View user's profile Send private message
Fnord7



Joined: 08 Aug 2004
Posts: 193

PostPosted: Sat Jul 26, 2008 10:29 am    Post subject: Reply with quote

Message for those who have email alerts.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums Forum Index -> KoLBot Discussion All times are GMT
Goto page Previous  1, 2, 3, 4
Page 4 of 4

 
Jump to:  
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