From b3dfbe8b70b870399dc335b8dcf028bb9a3955de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 24 May 2023 05:57:50 +0200 Subject: Added notes as a separate type of content and moved the content --- content/notes/catv-weechat-config.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/notes/catv-weechat-config.md (limited to 'content/notes/catv-weechat-config.md') diff --git a/content/notes/catv-weechat-config.md b/content/notes/catv-weechat-config.md new file mode 100644 index 0000000..8d85d22 --- /dev/null +++ b/content/notes/catv-weechat-config.md @@ -0,0 +1,19 @@ +--- +title: "#cat-v on weechat configuration" +url: catv-weechat-config.html +date: 2023-05-09 +type: notes +draft: false +--- + +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