From: John Runyon Date: Mon, 4 Sep 2023 03:45:07 +0000 (-0600) Subject: update README X-Git-Url: https://jfr.im/git/erebus.git/commitdiff_plain/e2035cb8c6f8a0730673baebc7881db563f0eb67 update README --- diff --git a/README.md b/README.md index afe94fd..521314d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Getting started - `vim bot.config` - Create a MySQL database, i.e. `CREATE DATABASE foo; GRANT ALL ON foo.* TO ...` - `mysql ` @@ -46,7 +55,7 @@ However, due to the message buffering mentioned above, there is no command listi 1. Set `[help] url` in the config file to a path where help can be found, f.e. `[help] url = https://jfr.im/help/%d.txt`. %d (or %s) will be replaced with the user's level. This determines the URL which is provided to users when they !SHOWCOMMANDS 1. Run `!GENHELP` whenever you change which modules (or commands) are available, or else just set `[help] autogen = 1`. -(With nofakelag = 1, !SHOWCOMMANDS will spam the user with the whole list of commands.) +(With `nofakelag = 1`, `!SHOWCOMMANDS` will spam the user with the whole list of commands.) Support