Add fedora-docs fedmsg bot.

This commit is contained in:
Ralph Bean 2014-10-06 15:38:21 +00:00
parent 1b5fc3efe0
commit 06de2103c3

View file

@ -123,6 +123,24 @@ config = dict(
body=['^((?!fedora-badges).)*$'],
),
),
# And #fedora-docs wants in on the action
dict(
network='chat.freenode.net',
port=6667,
make_pretty=True,
make_terse=True,
{% if env == 'staging' %}
nickname='fedmsg-docs-stg',
{% else %}
nickname='fedmsg-docs',
{% endif %}
channel='#fedora-docs',
filters=dict(
body=['^((?!\/srv\/git\/docs).)*$'],
),
),
],
### Possible colors are ###