File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ text and color can be controlled with ANSI escape sequences.
21
21
.SH OPTIONS
22
22
.TP
23
23
.BI \- s " server"
24
- Overrides the default host (irc.freenode.net )
24
+ Overrides the default host (irc.libera.chat )
25
25
.TP
26
26
.BI \- p " port"
27
27
Overrides the default port (6697)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ static int conn; /* connection socket */
25
25
static int verb = 0 ; /* verbose output */
26
26
static int sasl = 0 ; /* SASL method */
27
27
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 */
29
29
static char * port = "6667" ; /* port */
30
30
static char * chan = NULL ; /* channel(s) */
31
31
static char * nick = NULL ; /* nickname */
You can’t perform that action at this time.
0 commit comments