diff options
Diffstat (limited to 'configs/shared')
-rw-r--r-- | configs/shared/misc/.irssi/config | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/configs/shared/misc/.irssi/config b/configs/shared/misc/.irssi/config index 3d29350accd7..cfd6adcc0616 100644 --- a/configs/shared/misc/.irssi/config +++ b/configs/shared/misc/.irssi/config @@ -5,7 +5,16 @@ servers = ( port = "6697"; use_tls = "yes"; tls_verify = "yes"; - autoconnect = "yes"; + autoconnect = "no"; + }, + { + address = "irc.corp.google.com"; + chatnet = "Google"; + port = "6697"; + use_tls = "yes"; + tls_verify = "yes"; + autoconnect = "no"; + server_reconnect_time = 5; } ); @@ -14,10 +23,13 @@ chatnets = { type = "IRC"; autosendcmd = "/msg nickserv identify wpcarro ]3Fwus]YF7yXPB6Re/Me"; }; + Google = { + type = "IRC"; + }; }; channels = ( - { name = "#nixos"; chatnet = "Freenode"; autojoin = "Yes"; }, + { name = "#nixos"; chatnet = "Freenode"; autojoin = "No"; }, { name = "#i3"; chatnet = "Freenode"; autojoin = "No"; }, { name = "#pass"; chatnet = "Freenode"; autojoin = "No"; }, ); |