readme: advise connecting with "<username>/<network>"

This matches znc's behavior and is more consistent with the
multiple-upstream mode (where channels and nicks are suffixed with
"/<network>" as well).
This commit is contained in:
Simon Ser 2020-03-31 18:41:14 +02:00
parent d748ff269c
commit 8e6eb18d09
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ A user-friendly IRC bouncer.
go run ./cmd/sojuctl create-user <username>
go run ./cmd/soju
Then connect with username `<username>@chat.freenode.net` and join `#soju`.
Then connect with username `<username>/chat.freenode.net` and join `#soju`.
See the man page at `soju.1.scd` for more information.