From ec7c78050a2a8ba2f9dcbeca35444c92bf393dff Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 22 Jul 2020 13:36:19 +0200 Subject: [PATCH] readme: mention the znc-import tool --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f4d9ea6..c75c5cf 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ To create an admin user and start soju, run these commands: go run ./cmd/sojuctl create-user -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 + ### Client side soju can operate in two different modes: multi upstream and single upstream.