updated config
Changed settings related to chat network for tilde.chat.
This commit is contained in:
parent
15b64ea982
commit
57d102ae30
|
@ -1,5 +1,5 @@
|
||||||
servers = (
|
servers = (
|
||||||
{ address = "irc"; chatnet = "tildenet"; port = "6667"; }
|
{ address = "irc"; chatnet = "tilde.chat"; port = "6667"; }
|
||||||
);
|
);
|
||||||
|
|
||||||
chatnets = {
|
chatnets = {
|
||||||
|
@ -13,7 +13,8 @@ chatnets = {
|
||||||
};
|
};
|
||||||
|
|
||||||
channels = (
|
channels = (
|
||||||
{ name = "#tildeclub"; chatnet = "tildenet"; autojoin = "No"; }
|
{ name = "#club"; chatnet = "tilde.chat"; autojoin = "No"; }
|
||||||
|
{ name = "#meta"; chatnet = "tilde.chat"; autojoin = "No"; }
|
||||||
);
|
);
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
|
|
Loading…
Reference in New Issue