aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kirc.c')
-rw-r--r--kirc.c2
1 files changed, 1 insertions, 1 deletions
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 */