about summary refs log tree commit diff stats
path: root/pages/irc.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/irc.md')
-rw-r--r--pages/irc.md26
1 files changed, 17 insertions, 9 deletions
diff --git a/pages/irc.md b/pages/irc.md
index 4e874bf..13a3a07 100644
--- a/pages/irc.md
+++ b/pages/irc.md
@@ -11,9 +11,12 @@ chatting while logged on to tilde.institute, simply use the command
 `chat`! If you prefer to use a different IRC client than the default,
 such as `irssi`, the following server information will apply:
 
-* institute.tilde.chat
-* Port 6697
-* TLS / SSL
+* localhost
+* Port 6667
+* No TLS
+
+If you're using the `catgirl` client, you can just run `catgirl local`.
+This uses the default system config. See `man 1 catgirl` if you want a custom config.
 
 Don't forget to `/join #institute` and `/join #meta`.
 
@@ -24,9 +27,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
@@ -74,11 +77,16 @@ And if you're using `irssi`
 /connect -tls -tls_verify irc.tilde.chat 6697
 ```
 
-The tildeverse IRC network also runs an instance of `The Lounge`, a
-web-based IRC client that allows you to stay connected even when you're
-away. It's available at:
+Or from `catgirl`:
+
+```
+catgirl -h institute.tilde.chat -n <nick>
+```
+
+The tilde.chat IRC network also runs two web clients:
 
-* [https://web.tilde.chat](https://web.tilde.chat)
+* [gamja](https://tilde.chat/gamja)
+* [kiwi](https://tilde.chat/kiwi)
 
 Join us on the tildeverse IRC network and socialize with other tilde users!