Deploy the commbot!
This commit is contained in:
parent
7fe19d0374
commit
308212015d
1 changed files with 20 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue