From f2a54fdaadb22ac6bdf65e2407d5828f4fb394f3 Mon Sep 17 00:00:00 2001 From: owen bell Date: Fri, 30 Oct 2020 20:52:14 -0400 Subject: freenode.net instead of .org (#88) --- kirc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kirc.c') 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 */ -- cgit v1.2.3