Skip to content

Commit 44fc9cf

Browse files
authored
replaced freenode with libera.chat (#113)
1 parent 61e68a2 commit 44fc9cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kirc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ text and color can be controlled with ANSI escape sequences.
2121
.SH OPTIONS
2222
.TP
2323
.BI \-s " server"
24-
Overrides the default host (irc.freenode.net)
24+
Overrides the default host (irc.libera.chat)
2525
.TP
2626
.BI \-p " port"
2727
Overrides the default port (6697)

kirc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static int conn; /* connection socket */
2525
static int verb = 0; /* verbose output */
2626
static int sasl = 0; /* SASL method */
2727
static int isu8 = 0; /* UTF-8 flag */
28-
static char *host = "irc.freenode.net"; /* host address */
28+
static char *host = "irc.libera.chat"; /* host address */
2929
static char *port = "6667"; /* port */
3030
static char *chan = NULL; /* channel(s) */
3131
static char *nick = NULL; /* nickname */

0 commit comments

Comments
 (0)