From 8e6eb18d095595b746e562b210e3b8e4dfa71378 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 31 Mar 2020 18:41:14 +0200 Subject: [PATCH] readme: advise connecting with "/" This matches znc's behavior and is more consistent with the multiple-upstream mode (where channels and nicks are suffixed with "/" as well). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c46a3b..0a4a8cd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A user-friendly IRC bouncer. go run ./cmd/sojuctl create-user go run ./cmd/soju -Then connect with username `@chat.freenode.net` and join `#soju`. +Then connect with username `/chat.freenode.net` and join `#soju`. See the man page at `soju.1.scd` for more information.