Add a new fedmsg irc bot for #fedora-design.

This commit is contained in:
Ralph Bean 2014-09-30 14:24:15 +00:00
parent f765833798
commit 6e618d1dbe

View file

@ -104,6 +104,25 @@ config = dict(
body=['^((?!fedora-latam).)*$'],
),
),
# Hook up the design-team with badges messages
dict(
network='chat.freenode.net',
port=6667,
make_pretty=True,
make_terse=True,
{% if env == 'staging' %}
nickname='fedmsg-design-stg',
{% else %}
nickname='fedmsg-design',
{% endif %}
channel='#fedora-design',
# If the word proyecto appears in any message, forward it.
filters=dict(
body=['^((?!fedora-badges).)*$'],
),
),
],
### Possible colors are ###