From e43700d12d74502b355b5a5c9d084bb8b5a730b8 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 16 Sep 2012 12:40:01 +0000 Subject: [PATCH] PluginDownloader: Add resistivecorpse's repository. --- plugins/PluginDownloader/plugin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index 778b206a1..988a7c02a 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -235,6 +235,10 @@ repositories = { 'nyuszika7h', 'Supybot-plugins' ), + 'resistivecorpse': GithubRepository( + 'resistivecorpse', + 'supybot-plugins' + ), } class PluginDownloader(callbacks.Plugin):