X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/db12799bf740e115c655b8763eec473d0f7dd29f..c02e2c1df2674e795b2b25c0e226bd6096d7a838:/README.md diff --git a/README.md b/README.md index 61cf004..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 ` However, due to the message buffering mentioned above, there is no command listing available over IRC unless nofakelag is enabled. In order to generate a command listing, you must do the following: 1. Set `[help] path` in the config file, if needed, to a path which exists and is available on the web. f.e. `[help] path = /home/jrunyon/public_html/help/%(#)d.txt`. Several values are available, for use with !GENHELP; they are the same as the prefix characters @#+- (see !HELP GENHELP). This determines the path to which !GENHELP will save output files. 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.) + 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