diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-10 13:33:22 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-10 13:33:22 +0000 |
commit | a5f7f7f33ae390126f9f7d59a432089a4298ee62 (patch) | |
tree | aea000ec6e9a08aedf25666e8863e2eaf4298712 /irssi/config | |
parent | a lot of updates (diff) | |
download | scripts-a5f7f7f33ae390126f9f7d59a432089a4298ee62.tar.gz scripts-a5f7f7f33ae390126f9f7d59a432089a4298ee62.zip |
updates
Diffstat (limited to 'irssi/config')
-rw-r--r-- | irssi/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irssi/config b/irssi/config index ecf2774..3221c83 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"; |