Forward irc messages to #fedora-modularity.
This commit is contained in:
parent
96f4c3985d
commit
c23884401a
1 changed files with 19 additions and 0 deletions
|
@ -339,6 +339,25 @@ config = dict(
|
||||||
body=['^((?!fedora-mktg).)*$'],
|
body=['^((?!fedora-mktg).)*$'],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
# And #fedora-modularity
|
||||||
|
dict(
|
||||||
|
network='chat.freenode.net',
|
||||||
|
port=6667,
|
||||||
|
make_pretty=True,
|
||||||
|
make_terse=True,
|
||||||
|
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
nickname='mod-bot-stg',
|
||||||
|
{% else %}
|
||||||
|
nickname='mod-bot',
|
||||||
|
{% endif %}
|
||||||
|
channel='#fedora-modularity',
|
||||||
|
# If the word modularity appears in any message, forward it.
|
||||||
|
filters=dict(
|
||||||
|
body=['^((?!modularity).)*$'],
|
||||||
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
|
|
||||||
### Possible colors are ###
|
### Possible colors are ###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue