diff --git a/apps/bogobot/Bogobot.java b/apps/bogobot/Bogobot.java index f9767db0adf7aad08549118db13eba33ac781955..8d37ca9d3dc8fae001cea967957d125fc281a542 100644 --- a/apps/bogobot/Bogobot.java +++ b/apps/bogobot/Bogobot.java @@ -111,12 +111,12 @@ public class Bogobot extends PircBot { _botShutdownPassword = config.getProperty("botShutdownPassword", "take off eh"); _ircChannel = config.getProperty("ircChannel", "#i2p-chat"); - _ircServer = config.getProperty("ircServer", "irc.duck.i2p"); + _ircServer = config.getProperty("ircServer", "irc.postman.i2p"); _ircServerPort = Integer.parseInt(config.getProperty("ircServerPort", "6668")); _isLoggerEnabled = Boolean.valueOf(config.getProperty("isLoggerEnabled", "true")).booleanValue(); _loggedHostnamePattern = config.getProperty("loggedHostnamePattern", ""); - _logFilePrefix = config.getProperty("logFilePrefix", "irc.duck.i2p.i2p-chat"); + _logFilePrefix = config.getProperty("logFilePrefix", "irc.postman.i2p.i2p-chat"); _logFileRotationInterval = config.getProperty("logFileRotationInterval", INTERVAL_DAILY); _isRoundTripDelayEnabled = Boolean.valueOf(config.getProperty("isRoundTripDelayEnabled", "false")).booleanValue(); diff --git a/installer/resources/i2ptunnel.config b/installer/resources/i2ptunnel.config index 45edb086100abf163a7f349f1a4b56e0e1c693bf..f64a64f2308508b1714293d93f7105f648d4e1a0 100644 --- a/installer/resources/i2ptunnel.config +++ b/installer/resources/i2ptunnel.config @@ -20,7 +20,7 @@ tunnel.1.type=client tunnel.1.sharedClient=true tunnel.1.interface=127.0.0.1 tunnel.1.listenPort=6668 -tunnel.1.targetDestination=irc.duck.i2p,irc.baffled.i2p,irc.postman.i2p +tunnel.1.targetDestination=irc.postman.i2p,irc.arcturus.i2p tunnel.1.i2cpHost=127.0.0.1 tunnel.1.i2cpPort=7654 tunnel.1.option.inbound.nickname=shared clients diff --git a/readme.html b/readme.html index 49a399ed114ba3d4c76793bf8c036bc964d0507f..2d7959a90bd47851aae764ed57bd224efb739395 100644 --- a/readme.html +++ b/readme.html @@ -65,7 +65,7 @@ hand side of the page will show up to help you when necessary).</p> <p>If you are still having problems, you may want to review the information on the <a href="http://www.i2p.net/">I2P website</a>, post up messages to the <a href="http://forum.i2p.net/">I2P discussion forum</a>, or swing by #i2p or -#i2p-chat on IRC at <a href="irc://irc.freenode.net/#i2p">irc.freenode.net</a>, irc.duck.i2p or -irc.postman.i2p (they're all linked together).</p> +#i2p-chat on IRC at <a href="irc://irc.freenode.net/#i2p">irc.freenode.net</a>, irc.postman.i2p or +irc.arcturus.i2p (they're all linked together).</p> <p><b>As a note, you can change this page by editing the file "docs/readme.html"</b></p> \ No newline at end of file