readme: mention the znc-import tool

This commit is contained in:
Simon Ser 2020-07-22 13:36:19 +02:00
parent 9d27f393dc
commit ec7c78050a
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -21,6 +21,11 @@ To create an admin user and start soju, run these commands:
go run ./cmd/sojuctl create-user <soju username> -admin
go run ./cmd/soju -listen irc+insecure://127.0.0.1:6667
If you're migrating from ZNC, a tool is available to import users, networks and
channels from a ZNC config file:
go run ./contrib/znc-import.go <znc config file>
### Client side
soju can operate in two different modes: multi upstream and single upstream.