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
|
# And #ipsilon
|
||||||
|
{% if env == "production" %}
|
||||||
dict(
|
dict(
|
||||||
network='chat.freenode.net',
|
network='chat.freenode.net',
|
||||||
port=6667,
|
port=6667,
|
||||||
make_pretty=True,
|
make_pretty=True,
|
||||||
make_terse=True,
|
make_terse=True,
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
|
||||||
nickname='fm-stg-ipsilon',
|
|
||||||
{% else %}
|
|
||||||
nickname='fm-ipsilon',
|
nickname='fm-ipsilon',
|
||||||
{% endif %}
|
|
||||||
channel='#ipsilon',
|
channel='#ipsilon',
|
||||||
# If the word ipsilon appears in any message, forward it.
|
# If the word ipsilon appears in any message, forward it.
|
||||||
filters=dict(
|
filters=dict(
|
||||||
|
@ -307,6 +304,7 @@ config = dict(
|
||||||
body=['^((?!ipsilonpagure).)*$'],
|
body=['^((?!ipsilonpagure).)*$'],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# For pagure
|
# For pagure
|
||||||
dict(
|
dict(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue