{"msgs":[{"msg":"<b><img src=\"http:\/\/images.kingdomofloathing.com\/otherimages\/12x12skull.gif\" height=\"12\" width=\"12\" \/> Yarrr, matey! <img src=\"http:\/\/images.kingdomofloathing.com\/otherimages\/12x12skull.gif\" height=\"12\" width=\"12\" \/><\/b>","type":"public","mid":"1385992312","who":{"name":"Veracity","id":"121572","color":"black"},"format":"0","channel":"talkie","channelcolor":"green","time":"1410616748"}],"last":"1385992312","delay":3000}
I just tried this. It showed them just fine.
- Did you have ONLY the KoLmafia chat GUI open?
- Therefore, did you bellow into that - or did somebody else bellow and it didn't render correctly?
<font color=green>[clan]</font> <b><a target=mainpane href="showplayer.php?who=121572"><font color=black>Veracity</font></b></a>: <b><img src="http://images.kingdomofloathing.com/otherimages/12x12skull.gif" height="12" width="12" /> Yarrr matey! <img src="http://images.kingdomofloathing.com/otherimages/12x12skull.gif" height="12" width="12" /></b><br><!--lastseen:1386005067-->
Do you have the 12x12skull.gif? (in images\otherimages)
What happens if you don't have it, AND don't have the tabbed chat open?
private static final Pattern IMAGE_PATTERN = Pattern.compile( "<img.*?>" );
...
String noImageContent = ChatFormatter.IMAGE_PATTERN.matcher( originalContent ).replaceAll( "" );
private static final Pattern IMAGE_PATTERN = Pattern.compile( "<img.*?/(.*?)(?<!12x12skull)\\.gif.*?>" );