Deploy the commbot!

This commit is contained in:
Ralph Bean 2015-07-01 13:41:49 +00:00
parent 7fe19d0374
commit 308212015d

View file

@ -74,6 +74,26 @@ config = dict(
),
),
# For that commops crew!
dict(
network='chat.freenode.net',
port=6667,
make_pretty=True,
make_terse=True,
{% if env == 'staging' %}
nickname='commbot-s',
{% else %}
nickname='commbot',
{% endif %}
channel='fedora-commops',
filters=dict(
topic=[
'^((?!(planet)).)*$',
],
),
),
# Just for the Ask Fedora crew in #fedora-ask
dict(
network='chat.freenode.net',