contrib/znc-import: move to subdir

Go isn't happy when multiple scripts share the same directory.
This commit is contained in:
Simon Ser 2022-07-04 15:52:09 +02:00
parent 7ba3cba1e6
commit 5ef7e07061
2 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ in the soju configuration file). Setting up on-disk chat logs is recommended.
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>
go run ./contrib/znc-import <znc config file>
## Client side