From 5597d28e5906ec49feeb99f506776d2acaf013d5 Mon Sep 17 00:00:00 2001
From: smeghead
Date: Tue, 16 Aug 2005 09:35:58 +0000
Subject: [PATCH] Removing references to irc.duck.i2p, adding references to
irc.arcturus.i2p, and replacing current ircProxy default destination string
with "irc.postman.i2p,irc.arcturus.i2p"
---
apps/bogobot/Bogobot.java | 4 ++--
installer/resources/i2ptunnel.config | 2 +-
readme.html | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/apps/bogobot/Bogobot.java b/apps/bogobot/Bogobot.java
index f9767db0a..8d37ca9d3 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 45edb0861..f64a64f23 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 49a399ed1..2d7959a90 100644
--- a/readme.html
+++ b/readme.html
@@ -65,7 +65,7 @@ hand side of the page will show up to help you when necessary).
If you are still having problems, you may want to review the information on the
I2P website, post up messages to the
I2P discussion forum, or swing by #i2p or
-#i2p-chat on IRC at irc.freenode.net, irc.duck.i2p or
-irc.postman.i2p (they're all linked together).
+#i2p-chat on IRC at irc.freenode.net, irc.postman.i2p or
+irc.arcturus.i2p (they're all linked together).
As a note, you can change this page by editing the file "docs/readme.html"
\ No newline at end of file