bots: Move IRC and Jabber mirror scripts to api/integrations.

This is part of cleaning out the old bots/ top level directory.
This commit is contained in:
Reid Barton
2017-05-25 21:08:40 -04:00
committed by Tim Abbott
parent a1f82e02d6
commit 2f21290407
4 changed files with 2 additions and 2 deletions

View File

@@ -406,8 +406,8 @@ the `knight` management command:
If you need to manage the IRC, Jabber, or Zephyr mirrors, you will
need to create API super users. To do this, use `./manage.py knight`
with the `--permission=api_super_user` argument. See
`bots/irc-mirror.py` and `bots/jabber_mirror.py` for further detail on
these.
`api/integrations/irc-mirror.py` and
`api/integrations/jabber_mirror.py` for further detail on these.
#### Exporting users and realms with manage.py export