PluginDownloader: Add resistivecorpse's repository.

This commit is contained in:
Valentin Lorentz 2012-09-16 12:40:01 +00:00
parent 5ff40e3259
commit e43700d12d
1 changed files with 4 additions and 0 deletions

View File

@ -235,6 +235,10 @@ repositories = {
'nyuszika7h',
'Supybot-plugins'
),
'resistivecorpse': GithubRepository(
'resistivecorpse',
'supybot-plugins'
),
}
class PluginDownloader(callbacks.Plugin):