treewide: use liberachat and OFTC in examples
Freenode was taken over by a wannabe bitcoin millionaire [1], which prompted the migration of communities to Libera Chat and OFTC [2]. [1] https://blog.bofh.it/debian/id_461 [2] https://hackaday.com/2021/05/20/freenode-debacle-prompts-staff-exodus-new-network/
This commit is contained in:
parent
e3e2abaef5
commit
6ce326cef9
4 changed files with 10 additions and 14 deletions
|
|
@ -8,7 +8,7 @@ S=irc.mzima.net
|
|||
S=irc.prison.net
|
||||
J=#computers
|
||||
|
||||
N=freenode
|
||||
N=oftc
|
||||
L=6
|
||||
E=UTF-8 (Unicode)
|
||||
F=12
|
||||
|
|
@ -17,8 +17,6 @@ i=user_
|
|||
R=real_user
|
||||
U=user
|
||||
P=password
|
||||
S=chat.freenode.net
|
||||
S=irc.freenode.net
|
||||
S=irc.oftc.net
|
||||
J=#home-manager
|
||||
J=#nixos
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
enable = true;
|
||||
overwriteConfigFiles = true;
|
||||
channels = {
|
||||
freenode = {
|
||||
oftc = {
|
||||
charset = "UTF-8 (Unicode)";
|
||||
userName = "user";
|
||||
password = "password";
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
autoconnect = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
servers = [ "chat.freenode.net" "irc.freenode.net" ];
|
||||
autojoin = [ "#home-manager" "#nixos" ];
|
||||
servers = [ "irc.oftc.net" ];
|
||||
autojoin = [ "#home-manager" ];
|
||||
};
|
||||
efnet = {
|
||||
options = { forceSSL = true; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue