diff options
author | Ben Harris <ben@tilde.team> | 2020-11-24 14:44:59 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.dev> | 2020-11-24 19:04:31 -0500 |
commit | d950ff38cf52b1502b952e23b67c32db4949b63a (patch) | |
tree | c75324b9041bf3f99d234e27265f09640cac0951 /pages | |
parent | f0bb09f4e48c290d11cdcf6f85a3a606c16bf97b (diff) | |
download | wiki-d950ff38cf52b1502b952e23b67c32db4949b63a.tar.gz |
don't edit weechat configs by hand
Signed-off-by: Benjamin Morrison <ben@gbmor.dev>
Diffstat (limited to 'pages')
-rw-r--r-- | pages/irc.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/irc.md b/pages/irc.md index 4e874bf..ccea3f3 100644 --- a/pages/irc.md +++ b/pages/irc.md @@ -24,9 +24,9 @@ Don't forget to `/join #institute` and `/join #meta`. ## Certificates -If you get an untrusted certificate error, change this line in `$HOME/.weechat/weechat.conf` +If you get an untrusted certificate error, change the weechat configs: ``` -gnutls_ca_file = "/etc/ssl/cert.pem" +/set weechat.network.gnutls_ca_file "/etc/ssl/cert.pem" ``` ## Channels |