Add a new fedmsg irc bot for #fedora-design.
This commit is contained in:
parent
f765833798
commit
6e618d1dbe
1 changed files with 19 additions and 0 deletions
|
@ -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 ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue