mirror of
https://github.com/tildeclub/tilde.etcskel.git
synced 2026-01-24 06:30:18 +00:00
Merge pull request #4 from ekkkkkknoes/master
[irssi-config] Fix non-functioning default irc-network setup for irssi
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
servers = (
|
servers = (
|
||||||
{ address = "irc"; chatnet = "localhost"; port = "6667"; }
|
{ address = "irc"; chatnet = "newnet"; port = "6667"; starttls = "no"; }
|
||||||
);
|
);
|
||||||
|
|
||||||
chatnets = {
|
chatnets = {
|
||||||
tildenet = {
|
newnet = {
|
||||||
type = "IRC";
|
type = "IRC";
|
||||||
max_kicks = "4";
|
max_kicks = "4";
|
||||||
max_msgs = "5";
|
max_msgs = "5";
|
||||||
@@ -13,8 +13,8 @@ chatnets = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
channels = (
|
channels = (
|
||||||
{ name = "#club"; chatnet = "tilde.chat"; autojoin = "No"; }
|
{ name = "#club"; chatnet = "newnet"; autojoin = "yes"; }
|
||||||
{ name = "#meta"; chatnet = "tilde.chat"; autojoin = "No"; }
|
{ name = "#meta"; chatnet = "newnet"; autojoin = "yes"; }
|
||||||
);
|
);
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
|
|||||||
@@ -1,3 +1 @@
|
|||||||
connect irc
|
connect newnet
|
||||||
join #club
|
|
||||||
join #meta
|
|
||||||
|
|||||||
Reference in New Issue
Block a user