Ipsilon only wants trac and Pagure

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-12-01 23:31:01 +00:00
parent 9bfbdbaa53
commit 281c57d91f

View file

@ -251,6 +251,9 @@ config = dict(
channel='#ipsilon',
# If the word ipsilon appears in any message, forward it.
filters=dict(
topic=[
'^((?!(trac|pagure)).)*$',
],
body=['^((?!ipsilon).)*$'],
),
),