diff options
Diffstat (limited to 'irssi/config')
-rw-r--r-- | irssi/config | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/irssi/config b/irssi/config index 52852a6..0a76d49 100644 --- a/irssi/config +++ b/irssi/config @@ -1,10 +1,11 @@ ## SERVERS servers = ( { - address = "team-deprecated.org"; + address = "irc.team-deprecated.org"; chatnet = "Team-Deprecated"; port = "6667"; }, + { address = "irc.nixers.net"; chatnet = "Nixers"; port = "6667"; }, { address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; }, { address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; }, { @@ -82,6 +83,7 @@ chatnets = { Freenode = { type = "IRC"; nick = "matiaslina"; + autosendcmd = "/msg nickserv IDENTIFY pass; wait 2000"; max_kicks = "1"; max_msgs = "4"; max_whois = "1"; @@ -89,6 +91,7 @@ chatnets = { Mozilla = { type = "IRC"; nick = "matiaslina"; + autosendcmd = "/msg nickserv IDENTIFY pass"; max_kicks = "1"; max_msgs = "4"; max_whois = "1"; @@ -145,12 +148,19 @@ chatnets = { SILC = { type = "SILC"; }; Unixporn = { type = "IRC"; + autosendcmd = "/msg pico identify matiaslina pass"; nick = "matiaslina"; }; Snoonet = { type = "IRC"; }; "Team-Deprecated" = { - type = "IRC"; - nick = "park"; + type = "IRC"; + nick = "park"; + autosendcmd = "/msg NickServ identify park pass"; + }; + Nixers = { + type = "IRC"; + nick = "park"; + #autosendcmd = ""; }; }; @@ -166,6 +176,12 @@ channels = ( { name = "#servo"; chatnet = "Mozilla"; autojoin = "Yes"; }, { name = "#suckless"; chatnet = "OFTC"; autojoin = "Yes"; }, + { + name = "#deprecated"; + chatnet = "Team-Deprecated"; + autojoin = "Yes"; + }, + { name = "#nixers"; chatnet = "Nixers"; autojoin = "Yes"; }, { name = "#nomanssky"; chatnet = "Snoonet"; autojoin = "Yes"; }, @@ -338,14 +354,6 @@ statusbar = { barend = { priority = "100"; alignment = "right"; }; }; }; - awl_1 = { - placement = "top"; - items = { - barstart = { priority = "100"; }; - awl_1 = { }; - barend = { priority = "100"; alignment = "right"; }; - }; - }; }; }; settings = { |