Only do ipsilon bot in prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c34ddc25a9
commit
6d0af710ff
1 changed files with 2 additions and 4 deletions
|
@ -287,17 +287,14 @@ config = dict(
|
|||
),
|
||||
|
||||
# And #ipsilon
|
||||
{% if env == "production" %}
|
||||
dict(
|
||||
network='chat.freenode.net',
|
||||
port=6667,
|
||||
make_pretty=True,
|
||||
make_terse=True,
|
||||
|
||||
{% if env == 'staging' %}
|
||||
nickname='fm-stg-ipsilon',
|
||||
{% else %}
|
||||
nickname='fm-ipsilon',
|
||||
{% endif %}
|
||||
channel='#ipsilon',
|
||||
# If the word ipsilon appears in any message, forward it.
|
||||
filters=dict(
|
||||
|
@ -307,6 +304,7 @@ config = dict(
|
|||
body=['^((?!ipsilonpagure).)*$'],
|
||||
),
|
||||
),
|
||||
{% endif %}
|
||||
|
||||
# For pagure
|
||||
dict(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue