Reformatted "Posted by" attribution in the feed's entry description.
This commit is contained in:
parent
ff091e03bf
commit
59cb187041
4 changed files with 36 additions and 45 deletions
|
@ -2888,7 +2888,7 @@ public class Mobibot extends PircBot
|
|||
{
|
||||
entry = (EntryLink) _entries.get(i);
|
||||
|
||||
buff = new StringBuffer("Posted by <b>" + entry.getNick() + "</b> on <b>" + entry.getChannel() + "</b> (<a href=\"irc://" + _ircServer + '/' + entry.getChannel() + "\">" + _ircServer + "</a>)");
|
||||
buff = new StringBuffer("Posted by <b>" + entry.getNick() + "</b> on <a href=\"irc://" + _ircServer + '/' + entry.getChannel() + "\"><b>" + entry.getChannel() + "</b></a>");
|
||||
|
||||
if (entry.getCommentsCount() > 0)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Created by JReleaseInfo AntTask from Open Source Competence Group */
|
||||
/* Creation date Thu Sep 16 15:15:36 PDT 2010 */
|
||||
/* Creation date Mon Oct 04 00:59:22 PDT 2010 */
|
||||
package net.thauvin.erik.mobibot;
|
||||
|
||||
import java.util.Date;
|
||||
|
@ -20,21 +20,21 @@ public class ReleaseInfo {
|
|||
}
|
||||
|
||||
|
||||
/** buildDate (set during build process to 1284675336375L). */
|
||||
private static final Date buildDate = new Date(1284675336375L);
|
||||
/** buildDate (set during build process to 1286179162570L). */
|
||||
private static final Date buildDate = new Date(1286179162570L);
|
||||
|
||||
/**
|
||||
* Get buildDate (set during build process to Thu Sep 16 15:15:36 PDT 2010).
|
||||
* Get buildDate (set during build process to Mon Oct 04 00:59:22 PDT 2010).
|
||||
* @return Date buildDate
|
||||
*/
|
||||
public static Date getBuildDate() { return buildDate; }
|
||||
|
||||
|
||||
/**
|
||||
* Get buildNumber (set during build process to 1).
|
||||
* Get buildNumber (set during build process to 2).
|
||||
* @return int buildNumber
|
||||
*/
|
||||
public static int getBuildNumber() { return 1; }
|
||||
public static int getBuildNumber() { return 2; }
|
||||
|
||||
|
||||
/** project (set during build process to "mobibot"). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue