Code review comment for lp:~stefanor/ibid/plugin-exception-333174

Revision history for this message
Michael Gorven (mgorven) wrote :

I'd use a single config option for all the complaints, so the config file would look something like:

[[[complaints]]]
notauthed = foo, bar
exception = baz, quaz

and in Complain:

choice(self.complaints[event.complain])

« Back to merge proposal