From 44fc9cfccede1b97974c3301970877a2a278ee5c Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos Date: Thu, 20 May 2021 10:31:51 +0000 Subject: replaced freenode with libera.chat (#113) --- kirc.1 | 2 +- kirc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kirc.1 b/kirc.1 index a5f8d65..323cebd 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.net) +Overrides the default host (irc.libera.chat) .TP .BI \-p " port" Overrides the default port (6697) diff --git a/kirc.c b/kirc.c index 80812c3..53f0d4e 100644 --- a/kirc.c +++ b/kirc.c @@ -25,7 +25,7 @@ static int conn; /* connection socket */ static int verb = 0; /* verbose output */ static int sasl = 0; /* SASL method */ static int isu8 = 0; /* UTF-8 flag */ -static char *host = "irc.freenode.net"; /* host address */ +static char *host = "irc.libera.chat"; /* host address */ static char *port = "6667"; /* port */ static char *chan = NULL; /* channel(s) */ static char *nick = NULL; /* nickname */ -- cgit v1.2.3