aboutsummaryrefslogtreecommitdiff
path: root/content/notes/catv-weechat-config.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-26 00:45:36 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-26 00:45:36 +0200
commitd26a55ee8b520a1ae0fc4c0973d3f9880a5357f8 (patch)
tree70048479e9573569dcb0cb35ea86a3116204ea04 /content/notes/catv-weechat-config.md
parent43b0708769eb61392050045b881f8e6ba39c5b66 (diff)
downloadmitjafelicijan.com-d26a55ee8b520a1ae0fc4c0973d3f9880a5357f8.tar.gz
Housecleaning
Diffstat (limited to 'content/notes/catv-weechat-config.md')
-rw-r--r--content/notes/catv-weechat-config.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/notes/catv-weechat-config.md b/content/notes/catv-weechat-config.md
index ea53120..98c33ce 100644
--- a/content/notes/catv-weechat-config.md
+++ b/content/notes/catv-weechat-config.md
@@ -7,8 +7,8 @@ draft: false
7tags: [irc, weechat, cat-v] 7tags: [irc, weechat, cat-v]
8--- 8---
9 9
10Set up weechat to connect to #cat-v on oftc. This applies to [weechat](https://weechat.org/) 10Set up weechat to connect to #cat-v on oftc. This applies to
11but should be similar for other irc clients. 11[weechat](https://weechat.org/) but should be similar for other irc clients.
12 12
13```sh 13```sh
14# Install weechat and launch it and execute the following commands. 14# Install weechat and launch it and execute the following commands.
@@ -18,3 +18,4 @@ but should be similar for other irc clients.
18/set irc.server.oftc.autojoin "#cat-v" 18/set irc.server.oftc.autojoin "#cat-v"
19/set irc.server.oftc.nicks "nick1,nick2,nick3" 19/set irc.server.oftc.nicks "nick1,nick2,nick3"
20``` 20```
21