Rename fedmsg IRC bot for new Community Blog posts

This commit is contained in:
Justin W. Flory 2018-08-27 14:18:11 -04:00
parent eb8a700b4c
commit b905b04519

View file

@ -109,9 +109,9 @@ config = dict(
make_terse=True, make_terse=True,
{% if env == 'staging' %} {% if env == 'staging' %}
nickname='commopsbot-s', nickname='commops-bot-s',
{% else %} {% else %}
nickname='commopsbot', nickname='commops-bot',
{% endif %} {% endif %}
channel='fedora-commops', channel='fedora-commops',
filters=dict( filters=dict(
@ -128,9 +128,9 @@ config = dict(
make_terse=True, make_terse=True,
{% if env == 'staging' %} {% if env == 'staging' %}
nickname='commopswatch-s', nickname='commops-watch-s',
{% else %} {% else %}
nickname='commopswatch', nickname='commops-watch',
{% endif %} {% endif %}
channel='fedora-commops', channel='fedora-commops',
filters=dict( filters=dict(
@ -140,7 +140,7 @@ config = dict(
body=['^((?!fedora-commops).)*$'], body=['^((?!fedora-commops).)*$'],
), ),
), ),
# A third one! for that commops crew that watches for the admin user to post on planet # A third one to listen for new Community Blog posts
dict( dict(
network='chat.freenode.net', network='chat.freenode.net',
port=6667, port=6667,
@ -148,9 +148,9 @@ config = dict(
make_terse=True, make_terse=True,
{% if env == 'staging' %} {% if env == 'staging' %}
nickname='commopsplanet-s', nickname='fm-commblog-s',
{% else %} {% else %}
nickname='commopslanet', nickname='fm-commblog',
{% endif %} {% endif %}
channel='fedora-commops', channel='fedora-commops',
filters=dict( filters=dict(