mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-13 23:53:09 +00:00
chore(config): update irssi config
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
|
# vim:noext ft=conf;
|
||||||
servers = (
|
servers = (
|
||||||
|
{
|
||||||
|
address = "irc.cc.tut.fi";
|
||||||
|
chatnet = "IRCNet";
|
||||||
|
port = "6667";
|
||||||
|
own_host = "kapsi.fi";
|
||||||
|
family = "inet";
|
||||||
|
autoconnect = "no";
|
||||||
|
},
|
||||||
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
|
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
|
||||||
{
|
{
|
||||||
address = "ssl.efnet.org";
|
address = "ssl.efnet.org";
|
||||||
@@ -315,4 +324,5 @@ settings = {
|
|||||||
nick = "ivuorinen";
|
nick = "ivuorinen";
|
||||||
};
|
};
|
||||||
"fe-common/core" = { theme = "lyynx"; };
|
"fe-common/core" = { theme = "lyynx"; };
|
||||||
|
"fe-text" = { actlist_sort = "refnum"; };
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user