add fedmsg bot for rit-foss/fossrit list. ticket 6042
This commit is contained in:
parent
2bd1ccb3f9
commit
15f16d4275
1 changed files with 23 additions and 0 deletions
|
@ -480,6 +480,29 @@ config = dict(
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
# And #rit-foss
|
||||||
|
dict(
|
||||||
|
network='chat.freenode.net',
|
||||||
|
port=6667,
|
||||||
|
make_pretty=True,
|
||||||
|
make_terse=True,
|
||||||
|
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
nickname='fm-stg-rit',
|
||||||
|
{% else %}
|
||||||
|
nickname='fm-rit',
|
||||||
|
{% endif %}
|
||||||
|
channel='rit-foss',
|
||||||
|
filters=dict(
|
||||||
|
topic=[
|
||||||
|
'^((?!(mailman)).)*$',
|
||||||
|
],
|
||||||
|
body=[
|
||||||
|
"^((?!((u)?'namespace': (u)?'fossrit')).)*$",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
|
|
||||||
### Possible colors are ###
|
### Possible colors are ###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue