Compare commits

..

1 Commits

Author SHA1 Message Date
mio 44a72253c6 Add cli flag for specifying config file
- Add cli flag for specifying config file
  (This allows running multiple running instances)
- Fix channel joins by waiting for server reply (thanks benharri)
- Remove toot commands from help message (unannounced feature)
- Update readme
2020-10-25 22:27:33 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ A very basic Python IRC bot script.
## Example: ramenkan
- Install dependencies: Mastodon.py pyyaml
- Install dependencies: `pip install Mastodon.py pyyaml`
- Copy the `ramenkan/config.sample.yml` as `ramenkan/default.comfig.yml` and
change the settings as applicable.