From d8aa4f31819672531fa42b813e7c965c8fdfef52 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 16 Apr 2015 00:25:39 +0200 Subject: [PATCH] PluginDownloader: Add @waratte's repo. --- plugins/PluginDownloader/plugin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index 5e8ac4ec0..510ff01e4 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -300,6 +300,10 @@ repositories = utils.InsensitivePreservingDict({ 'ZeeCrazyAtheist', 'supyplugins', ), + 'waratte': GithubRepository( + 'waratte', + 'supybot', + ), }) class PluginDownloader(callbacks.Plugin):