From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- public/catv-weechat-config.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 public/catv-weechat-config.html (limited to 'public/catv-weechat-config.html') diff --git a/public/catv-weechat-config.html b/public/catv-weechat-config.html new file mode 100755 index 0000000..25008ff --- /dev/null +++ b/public/catv-weechat-config.html @@ -0,0 +1,18 @@ +#cat-v on weechat configuration

#cat-v on weechat configuration

May 9, 2023

Set up weechat to connect to #cat-v on oftc. This applies to +weechat but should be similar for other irc clients.

# 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"
+
\ No newline at end of file -- cgit v1.2.3