A second commops bot.
This commit is contained in:
parent
5e22349161
commit
d2c3db9748
1 changed files with 21 additions and 1 deletions
|
@ -89,10 +89,30 @@ config = dict(
|
||||||
channel='fedora-commops',
|
channel='fedora-commops',
|
||||||
filters=dict(
|
filters=dict(
|
||||||
topic=[
|
topic=[
|
||||||
'^((?!(planet|fedora_elections|meetbot\.meeting\.item\.help|meetbot\.meeting\.complete|github\.star|github\.fork|github\.release|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.meeting\.delete|fedocal\.calendar|fas\.group\.member\.sponsor|fedbadges\.person\.login\.first|pagure\.project\.new|askbot\.post\.flag_offensive|anitya\.distro\.add)).)*$',
|
'^((?!(planet|fedora_elections|meetbot\.meeting\.item\.help|meetbot\.meeting\.complete|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.meeting\.delete|fedocal\.calendar|fas\.group\.member\.sponsor|fedbadges\.person\.login\.first|pagure\.project\.new|askbot\.post\.flag_offensive|anitya\.distro\.add)).)*$',
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
# A second bot for that commops crew that watches for the term "commops"
|
||||||
|
dict(
|
||||||
|
network='chat.freenode.net',
|
||||||
|
port=6667,
|
||||||
|
make_pretty=True,
|
||||||
|
make_terse=True,
|
||||||
|
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
nickname='commopswatch-s',
|
||||||
|
{% else %}
|
||||||
|
nickname='commopswatch',
|
||||||
|
{% endif %}
|
||||||
|
channel='fedora-commops',
|
||||||
|
filters=dict(
|
||||||
|
topic=[
|
||||||
|
'(planet|fedora_elections|meetbot\.meeting\.item\.help|meetbot\.meeting\.complete|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.meeting\.delete|fedocal\.calendar|fas\.group\.member\.sponsor|fedbadges\.person\.login\.first|pagure\.project\.new|askbot\.post\.flag_offensive|anitya\.distro\.add)',
|
||||||
|
],
|
||||||
|
body=['^((?!commops).)*$'],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
|
||||||
# For that python3 porting fad. AMAZING!
|
# For that python3 porting fad. AMAZING!
|
||||||
dict(
|
dict(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue