X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/38182eb9011e35b54d8954fab4dcc21b0afd6768..52c80cff91dce5fa14ae903c6c2bf20533ccca46:/README.md diff --git a/README.md b/README.md index 1d7f696..2e1a2d1 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,31 @@ -Modular Python{2,3} IRC bot +Modular Python3 IRC bot =========================== Getting started --------------- - `cp bot.config.example bot.config` - `vim bot.config` -- Create a MySQL database, i.e. `CREATE DATABASE foo; GRANT ALL ON foo.* TO ...` -- `mysql ` @@ -46,9 +63,9 @@ 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 ------- -If you have any questions, issues, fixes, etc. message DimeCadmium on irc.quakenet.org +If you have any questions, issues, fixes, etc. message DimeCadmium on irc.1459.io