Adjust fedora-ask fedmsg irc bot to only show 2 topics. https://pagure.io/fedora-infrastructure/issue/5538
This commit is contained in:
parent
701acbcbe3
commit
d8bea31eb3
1 changed files with 1 additions and 1 deletions
|
@ -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)).)*$'],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue