Review for PR on ansible
I'm trying to add to the filter on the ircbot for Magazine so it doesn't output anything that concerns Council in Pagure. Is this right, or even sane? * * *
This commit is contained in:
parent
b1d69ac2bc
commit
989c36132f
1 changed files with 3 additions and 2 deletions
|
@ -447,12 +447,13 @@ config = dict(
|
|||
nickname='fm-magazine',
|
||||
{% endif %}
|
||||
channel='#fedora-magazine',
|
||||
# If the word modularity appears in any message, forward it.
|
||||
# If the word magazine appears in any message, forward it.
|
||||
filters=dict(
|
||||
topic=[
|
||||
'^((?!(pagure|planet|badges|fas.group|mailman|meetbot\.meeting)).)*$',
|
||||
],
|
||||
body=['^((?!(magazine|Magazine)).)*$'],
|
||||
body=['^((?!(magazine|Magazine)).)*$',
|
||||
"u'namespace': u'Fedora-Council'"],
|
||||
),
|
||||
),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue