Skip to content

Commit

Permalink
Add Fudster's repo (#1274)
Browse files Browse the repository at this point in the history
* Add Fudster's repo

* fixed missing owner var

* Fix padding

* Fix padding.....

* Remove tabs
  • Loading branch information
Fudster authored and progval committed Nov 28, 2016
1 parent ecf70a4 commit 0be4e2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/PluginDownloader/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@ def _getWritableDirectoryFromList(self, directories):
'prgmrbill',
'limnoria-plugins',
),
'fudster': GithubRepository(
'fudster',
'supybot-plugins',
),

})

class PluginDownloader(callbacks.Plugin):
Expand Down

0 comments on commit 0be4e2c

Please sign in to comment.