Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
Forgot to specify the fasnick here.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jan 7, 2015
1 parent cadf736 commit 7e7f3f1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions fmn/lib/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
# filters)

exclusion_packages = [
# If this is a message about a package of mine, **and** i'm responsible for
# it, then don't trigger this filter. Rely on the other one.
'user_filter',
]

exclusion_username = [
Expand Down Expand Up @@ -344,6 +341,13 @@ def contexts():
filt.add_rule(session, valid_paths,
"fmn.rules:user_package_filter", fasnick=nick)

# If this is a message about a package of mine, **and** i'm responsible
# for it, then don't trigger this filter. Rely on the previous one.
filt.add_rule(session, valid_paths,
"fmn.rules:user_filter",
fasnick=nick,
negated=True)

# Right off the bat, ignore all messages from non-primary kojis.
filt.add_rule(session, valid_paths,
"fmn.rules:koji_instance",
Expand Down

0 comments on commit 7e7f3f1

Please sign in to comment.