mirror of https://gitlab.crans.org/nounous/nixos
Changement noms affichés
parent
a23df4496a
commit
7334838478
|
@ -116,11 +116,11 @@ in
|
||||||
|
|
||||||
matrixClients = {
|
matrixClients = {
|
||||||
userTemplate = "@irc_\$\$NICK";
|
userTemplate = "@irc_\$\$NICK";
|
||||||
displayName = "\$\$NICK";
|
displayName = "\$\$NICK[irc]";
|
||||||
};
|
};
|
||||||
|
|
||||||
ircClients = {
|
ircClients = {
|
||||||
nickTemplate = "\$\$DISPLAY";
|
nickTemplate = "\$\$DISPLAY[m]";
|
||||||
allowNickChanges = true;
|
allowNickChanges = true;
|
||||||
maxClients = 300;
|
maxClients = 300;
|
||||||
ipv6.enabled = false;
|
ipv6.enabled = false;
|
||||||
|
|
Loading…
Reference in New Issue