From 4abcce013c9ee3053badf2abda77190233066676 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 23 Feb 2024 10:35:22 +0100 Subject: Testing thoughts page --- _posts/notes/2023-05-09-catv-weechat-config.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _posts/notes/2023-05-09-catv-weechat-config.md (limited to '_posts/notes/2023-05-09-catv-weechat-config.md') diff --git a/_posts/notes/2023-05-09-catv-weechat-config.md b/_posts/notes/2023-05-09-catv-weechat-config.md new file mode 100644 index 0000000..78d0907 --- /dev/null +++ b/_posts/notes/2023-05-09-catv-weechat-config.md @@ -0,0 +1,22 @@ +--- +title: "#cat-v on weechat configuration" +permalink: /catv-weechat-config.html +date: 2023-05-09T12:00:00+02:00 +layout: post +type: note +draft: false +tags: [irc] +--- + +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" +``` + -- cgit v1.2.3