xC: abandon Freenode, embrace IRCnet
You're not fucking supposed to require a fucking registration on fucking IRC networks.
This commit is contained in:
parent
9323089d66
commit
59cc423694
3
NEWS
3
NEWS
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
* xC: fixed displaying IRC colours above 16
|
* xC: fixed displaying IRC colours above 16
|
||||||
|
|
||||||
|
* xC: offer IRCnet as an IRC network to connect to,
|
||||||
|
rather than the lunatic new Freenode
|
||||||
|
|
||||||
|
|
||||||
1.3.0 (2021-08-07) "New World Order"
|
1.3.0 (2021-08-07) "New World Order"
|
||||||
|
|
||||||
|
|
6
xC.c
6
xC.c
|
@ -13805,9 +13805,9 @@ static const char *g_first_time_help[] =
|
||||||
"F5/Ctrl-P\x02 or \x02" "F6/Ctrl-N\x02.",
|
"F5/Ctrl-P\x02 or \x02" "F6/Ctrl-N\x02.",
|
||||||
"",
|
"",
|
||||||
"Finally, adding a network is as simple as:",
|
"Finally, adding a network is as simple as:",
|
||||||
" - \x02/server add freenode\x02",
|
" - \x02/server add IRCnet\x02",
|
||||||
" - \x02/set servers.freenode.addresses = \"chat.freenode.net\"\x02",
|
" - \x02/set servers.IRCnet.addresses = \"open.ircnet.net\"\x02",
|
||||||
" - \x02/connect freenode\x02",
|
" - \x02/connect IRCnet\x02",
|
||||||
"",
|
"",
|
||||||
"That should be enough to get you started. Have fun!",
|
"That should be enough to get you started. Have fun!",
|
||||||
""
|
""
|
||||||
|
|
Loading…
Reference in New Issue