diff options
author | Sven Gothel <[email protected]> | 2013-01-20 06:16:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-01-20 06:16:41 +0100 |
commit | ed3bc488e713b638264a225fb9147f31b9cf4175 (patch) | |
tree | 1922732ccd8bdcb033e1983ab84bbd54051db135 | |
parent | f817907f7a4af5925865da00e801fdf9c6a8c690 (diff) |
CatOut: Add 'previous url' log-notice.
-rw-r--r-- | src/org/jogamp/jabot/irc/CatOut.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org/jogamp/jabot/irc/CatOut.java b/src/org/jogamp/jabot/irc/CatOut.java index a48e510..85fac42 100644 --- a/src/org/jogamp/jabot/irc/CatOut.java +++ b/src/org/jogamp/jabot/irc/CatOut.java @@ -165,6 +165,7 @@ public class CatOut extends PircBot { final LogStream _logOut = new LogStream(bot, logprefix, urlprefix, server, channelNoHash, htmlHeader); bot.logNotice("Continue @ "+_logOut.urlString); bot.setOut(_logOut.out, true); + bot.logNotice("Previous @ "+ logOut.urlString); bot.setJoinMessage(joinMessage+" @ "+_logOut.urlString); bot.sendLoggedNotice(HASH+channelNoHash, bot.getJoinMessage()); if(htmlOut) { |