From 0e2d358a61f1f3b13c14ed014ef999db5b182646 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Fri, 18 Jun 2021 13:37:49 +0200 Subject: [PATCH] README: Clarify how to connect. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a992980..11517d2 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,16 @@ OpenSUSE: `zypper install libjson-c-devel 'libwebsockets-devel>4' libopenssl-dev ./rcirc -l +Get a personal access token - in RocketChat web interface go to + +Settings (your avatar in top left) -> My Account -> Personal Access Tokens + +eg. https://open.rocket.chat/account/tokens + Then connect with IRC client, for example: - irssi -c localhost -p -w + irssi -c localhost -p -w +The user id generated together with the access token is not required. +Note: ircrc uses the PASS command which is part of the original irc protocol and rarely used today - as opposed to the modern SASL authentication which also has a usename.