aboutsummaryrefslogtreecommitdiff
path: root/content/notes/catv-weechat-config.md
blob: 3e6e6129899b28b74cc2c908e57e5b17088b1772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: "#cat-v on weechat configuration"
url: catv-weechat-config.html
date: 2023-05-09
type: notes
draft: false
tags: [irc, weechat, cat-v]
---

Set up weechat to connect to #cat-v on oftc. This applies to [weechat](https://weechat.org/)
but should be similar for other irc clients.

```sh
# Install weechat and launch it and execute the following commands.

/server add oftc irc.oftc.net -tls
/set irc.server.oftc.autoconnect on
/set irc.server.oftc.autojoin "#cat-v"
/set irc.server.oftc.nicks "nick1,nick2,nick3"
```