commit 127199a

Alexey Yerin  ·  2021-11-28 13:52:25 +0000 UTC
parent 1c4092b
README: fix syntax of debug option for scfg
1 files changed,  +1, -1
+1, -1
1@@ -34,7 +34,7 @@ configuration options!
2 If you run into errors and want to find the WHY OH WHY, or if you'd like to try
3 things out with an IRC server, then you have two options:
4 
5-1. Run senpai with the `-debug` argument (or put `debug: true`) in your config,
6+1. Run senpai with the `-debug` argument (or put `debug true`) in your config,
7    it will then print in `home` all the data it sends and receives.
8 2. Run the test client, that uses the same IRC library but exposes a simpler
9    interface, by running `go run ./cmd/test -help`.