[fedmsg/irc] add fm-planet bot to #fedora-planet IRC channel
This commit is contained in:
parent
eb88f98d94
commit
37fcc303ed
1 changed files with 18 additions and 0 deletions
|
@ -160,6 +160,24 @@ config = dict(
|
||||||
body=['^((?!communityblog.fedoraproject.org).)*$'],
|
body=['^((?!communityblog.fedoraproject.org).)*$'],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
dict(
|
||||||
|
network='chat.freenode.net',
|
||||||
|
port=6667,
|
||||||
|
make_pretty=True,
|
||||||
|
make_terse=True,
|
||||||
|
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
nickname='fm-planet-s',
|
||||||
|
{% else %}
|
||||||
|
nickname='fm-planet',
|
||||||
|
{% endif %}
|
||||||
|
channel='fedora-planet',
|
||||||
|
filters=dict(
|
||||||
|
topic=[
|
||||||
|
'^((?!(planet)).)*$',
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
|
||||||
# For that python3 porting fad. AMAZING!
|
# For that python3 porting fad. AMAZING!
|
||||||
dict(
|
dict(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue