Adjust fedora-ask fedmsg irc bot to only show 2 topics. https://pagure.io/fedora-infrastructure/issue/5538

This commit is contained in:
Kevin Fenzi 2016-11-11 15:08:11 +00:00
parent 701acbcbe3
commit d8bea31eb3

View file

@ -175,7 +175,7 @@ config = dict(
channel='fedora-ask', channel='fedora-ask',
# Only show AskFedora messages # Only show AskFedora messages
filters=dict( filters=dict(
topic=['^((?!askbot).)*$'], topic=['^((?!(askbot.post.edit|askbot.flag_offensive.add)).)*$'],
), ),
), ),