Authentication-Results: mail-b.sr.ht; dkim=pass header.d=idiomdrottning.org header.i=@idiomdrottning.org Received: from halsen.idiomdrottning.org (halsen.idiomdrottning.org [74.207.231.133]) by mail-b.sr.ht (Postfix) with ESMTPS id 7098311EEF0 for <~emersion/soju-dev@lists.sr.ht>; Sat, 15 Oct 2022 21:35:09 +0000 (UTC) Received: from localhost (h-5-150-250-97.A1369.priv.bahnhof.se [5.150.250.97]) by halsen.idiomdrottning.org (Postfix) with ESMTPSA id 7391B1EBF8; Sat, 15 Oct 2022 23:35:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=idiomdrottning.org; s=idiomdrottningorg; t=1665869709; bh=jYoCgxMShrPOZytq86WVDJ7K4RnH+jGq8x6qe+2GEyU=; h=From:To:Cc:Subject:Date:From; b=erpz4n4uWPw1wCR+DCiQljD521XblMkx2IEMbmZiSLeGUyY7+HjBU2ZLj4wghd3wQ BUsRjHTufhMdVAKT0GGiv76Gw3YemBMUUo5mddvEOlafY3Nuw4ARtQlrpMd6yNqsiW grkVeumcC5pAtat0nFclDBw4rUkI4RM6Hb49faj3UCaxEEUWotR4DdHTnD+xS1H6y8 m5Xuy9OBKNFSJiL3cyxiL1cnbFzhefCTAEDMndZaF1fCD2TzeUwQyG4eRSXhRUpXOP swCN2onPudR3dSGCKHrg4GPy+VStAAr9pKkjYhN8k8tbLtU1SiD7JSeIXo3Qh+En8Z gM4+Hxs0qDvDQ== From: Sandra Snan To: ~emersion/soju-dev@lists.sr.ht Cc: Sandra Snan Subject: [PATCH] Expand example for rcirc Date: Sat, 15 Oct 2022 23:34:54 +0200 Message-Id: <20221015213454.442910-1-sandra.snan@idiomdrottning.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit If you don't like OFTC you can change it to tilde.chat or any other network. --- contrib/clients.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/contrib/clients.md b/contrib/clients.md index e947046..3df2c85 100644 --- a/contrib/clients.md +++ b/contrib/clients.md @@ -43,8 +43,17 @@ The only thing needed here is the general config: :encryption tls :nick "" :user-name "/irc.libera.chat" ;; Example with Libera.Chat - :password ""))) + :password "" + :server-alias "libera") + ("" ;: same soju server address for both + :port 6697 + :encryption tls + :nick "" + :user-name "/irc.oftc.net" ;; Example with OFTC + :password "" ;; same soju password for both + :server-alias "oftc"))) ``` +(The password should be your soju password, you'll configure your network passwords by talking to BouncerServ.) Then run `M-x irc`. -- 2.30.2