LinkRelay: Fix converter for remove.

master
Valentin Lorentz 2012-02-18 20:26:12 +00:00
parent 77a4b5367f
commit 1527edea05
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ class LinkRelay(callbacks.Plugin):
remove = wrap(remove, [('checkCapability', 'admin'),
getopts({'from': 'something',
'to': 'something',
'regexp': 'regexpMatcher',
'regexp': 'something',
'reciprocal': ''})])
def _getSubstitutes(self):