Add Fudster's repo (#1274)

* Add Fudster's repo

* fixed missing owner var

* Fix padding

* Fix padding.....

* Remove tabs
This commit is contained in:
Fudster 2016-11-28 04:24:56 -05:00 committed by Valentin Lorentz
parent ecf70a4de4
commit 0be4e2c953
1 changed files with 5 additions and 0 deletions

View File

@ -308,6 +308,11 @@ repositories = utils.InsensitivePreservingDict({
'prgmrbill',
'limnoria-plugins',
),
'fudster': GithubRepository(
'fudster',
'supybot-plugins',
),
})
class PluginDownloader(callbacks.Plugin):