syndicate-rkt/OLD-syndicate-examples/ircd/irssi-config

25 lines
498 B
Plaintext
Raw Normal View History

servers = (
{
address = "localhost";
chatnet = "Syndicate";
port = "6667";
autoconnect = "yes";
2019-02-05 13:30:18 +00:00
password = "foobar";
}
);
chatnets = { Syndicate = { type = "IRC"; }; };
channels = (
{ name = "#test"; chatnet = "Syndicate"; autojoin = "yes"; },
{ name = "#test2"; chatnet = "Syndicate"; autojoin = "yes"; }
);
settings = {
core = {
2019-02-05 13:30:18 +00:00
real_name = "Alice Exampleuser";
user_name = "alice";
2019-01-30 16:40:52 +00:00
nick = "client";
};
"fe-text" = { actlist_sort = "refnum"; };
};