From d9c4deacd40bfc16aa8b0092e27241b6b215817a Mon Sep 17 00:00:00 2001 From: Jeix Date: Sun, 20 Jun 2010 11:01:32 +0200 Subject: New feature: XDCC Support Works for links with the following schema: xdcc://.*?/.*?/#?\d+/? (regexp) Example: xdcc://irc.server.net/botname/packid --- module/plugins/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/Plugin.py') diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 10cb1d6a0..0e04a86e6 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -137,7 +137,7 @@ class Plugin(): self.ocr = captchaClass() def __call__(self): - return self.props['name'] + raise NotImplementedError def check_file(self, local_file): """ -- cgit v1.2.3