diff options
author | gbmor <ben@gbmor.dev> | 2020-04-08 13:09:56 -0400 |
---|---|---|
committer | gbmor <ben@gbmor.dev> | 2020-04-08 13:09:56 -0400 |
commit | aa6f361c21d1263928e09e7b34b372753d558e42 (patch) | |
tree | a687e7d81b8fe131a43b4cc2bf059d775f38c425 /pages | |
parent | 78c46acf989ad99bb57d4af34af7486a64a32ed4 (diff) | |
download | wiki-aa6f361c21d1263928e09e7b34b372753d558e42.tar.gz |
added certs error info, removed unused channel from list
Diffstat (limited to 'pages')
-rw-r--r-- | pages/irc.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pages/irc.md b/pages/irc.md index bf84306..f2d61fd 100644 --- a/pages/irc.md +++ b/pages/irc.md @@ -22,6 +22,13 @@ Don't forget to `/join #institute` and `/join #meta`. /msg nickserv register <password> <email> ``` +## Certificates + +If you get an untrusted certificate error, change this line in `$HOME/.weechat/weechat.conf` +``` +gnutls_ca_file = "/etc/ssl/cert.pem" +``` + ## Channels There are quite a few channels on tilde.chat, however some have more @@ -36,7 +43,7 @@ activity than others. Here's a few channels that you may be interested in. * `#tildetel` - the channel for [tilde.tel](https://tilde.tel), the neighborhood SIP server * `#security` - computer, software, and network security discussions * `#hamradio` - the channel for hams! -* `#cervezafria` - A place for our Spanish-speaking friends to relax +* `#gopher` - for the gopher protocol You can check the currently available channels any time by issuing `/list` in your IRC client. |