Compare commits

..

1 Commits

Author SHA1 Message Date
mio 8d262f2fb1 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:28:31 +00:00
1 changed files with 1 additions and 1 deletions

View File

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