diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-25 04:13:49 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-25 04:13:49 +0000 |
commit | f24661ac2955cad8d40d93ec0a7e0849aa86da00 (patch) | |
tree | fa2e4b1e7919be4a99ceaf46ec09bc329562326c /irssi/config | |
parent | updates (diff) | |
download | scripts-f24661ac2955cad8d40d93ec0a7e0849aa86da00.tar.gz scripts-f24661ac2955cad8d40d93ec0a7e0849aa86da00.zip |
update
Diffstat (limited to '')
-rw-r--r-- | irssi/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irssi/config b/irssi/config index 35d2461..ecf2774 100644 --- a/irssi/config +++ b/irssi/config @@ -6,7 +6,7 @@ servers = ( address = "irc.gitter.im"; chatnet = "gitter"; port = "6697"; - password = ""; + password = "password"; use_tls = "yes"; tls_verify = "yes"; autoconnect = "yes"; @@ -15,7 +15,7 @@ servers = ( address = "192.99.102.52"; chatnet = "FRRouting.slack.com"; port = "6667"; - password = ""; + password = "password"; use_tls = "yes"; tls_verify = "no"; autoconnect = "yes"; @@ -66,7 +66,7 @@ servers = ( address = "185.112.147.110"; chatnet = "Undernet-ZNC"; port = "1025"; - password = ""; + password = "password/password"; use_tls = "yes"; tls_verify = "no"; autoconnect = "yes"; @@ -118,7 +118,7 @@ chatnets = { EFnet = { type = "IRC"; }; DALnet = { type = "IRC"; - autosendcmd = "/^mode terminaldweller +HCi;wait 3000"; + autosendcmd = "/^mode terminaldweller +HCi;msg nickserv@services.dal.net identify password;wait 3000"; }; }; |