aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kirc.12
-rw-r--r--kirc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/kirc.1 b/kirc.1
index 85cd79b..7ce7dfe 100644
--- a/kirc.1
+++ b/kirc.1
@@ -21,7 +21,7 @@ text and color can be controlled with ANSI escape sequences.
.SH OPTIONS
.TP
.BI \-s " server"
-Overrides the default host (irc.freenode.org)
+Overrides the default host (irc.freenode.net)
.TP
.BI \-p " port"
Overrides the default port (6697)
diff --git a/kirc.c b/kirc.c
index 9581b08..f0f6b7c 100644
--- a/kirc.c
+++ b/kirc.c
@@ -24,7 +24,7 @@ static char cdef[MSG_MAX] = "?"; /* default PRIVMSG channel */
static int conn; /* connection socket */
static int verb = 0; /* verbose output */
static int sasl = 0; /* SASL method */
-static char * host = "irc.freenode.org"; /* host address */
+static char * host = "irc.freenode.net"; /* host address */
static char * port = "6667"; /* port */
static char * chan = NULL; /* channel(s) */
static char * nick = NULL; /* nickname */