Skip to content

Commit f2a54fd

Browse files
authored
freenode.net instead of .org (#88)
1 parent 99348f0 commit f2a54fd

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.org)
24+
Overrides the default host (irc.freenode.net)
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
@@ -24,7 +24,7 @@ static char cdef[MSG_MAX] = "?"; /* default PRIVMSG channel */
2424
static int conn; /* connection socket */
2525
static int verb = 0; /* verbose output */
2626
static int sasl = 0; /* SASL method */
27-
static char * host = "irc.freenode.org"; /* host address */
27+
static char * host = "irc.freenode.net"; /* host address */
2828
static char * port = "6667"; /* port */
2929
static char * chan = NULL; /* channel(s) */
3030
static char * nick = NULL; /* nickname */

0 commit comments

Comments
 (0)