Merge pull request #4 from ekkkkkknoes/master

[irssi-config] Fix non-functioning default irc-network setup for irssi
This commit is contained in:
deepend-tildeclub 2023-03-27 17:20:16 -06:00 committed by GitHub
commit 4da5eeec43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View File

@ -1,9 +1,9 @@
servers = (
{ address = "irc"; chatnet = "localhost"; port = "6667"; }
{ address = "irc"; chatnet = "newnet"; port = "6667"; starttls = "no"; }
);
chatnets = {
tildenet = {
newnet = {
type = "IRC";
max_kicks = "4";
max_msgs = "5";
@ -13,8 +13,8 @@ chatnets = {
};
channels = (
{ name = "#club"; chatnet = "tilde.chat"; autojoin = "No"; }
{ name = "#meta"; chatnet = "tilde.chat"; autojoin = "No"; }
{ name = "#club"; chatnet = "newnet"; autojoin = "yes"; }
{ name = "#meta"; chatnet = "newnet"; autojoin = "yes"; }
);
aliases = {

View File

@ -1,3 +1 @@
connect irc
join #club
join #meta
connect newnet