mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
PluginDownloader: Add a bunch of new plugins: Antibody's, doorbot's, boombot's, mailed-notifier, pingdom, scrum.
This commit is contained in:
parent
cf4b4e34b3
commit
f51fbd0033
@ -213,6 +213,32 @@ repositories = {
|
|||||||
'spidey-supybot-plugins',
|
'spidey-supybot-plugins',
|
||||||
'Plugins',
|
'Plugins',
|
||||||
),
|
),
|
||||||
|
'Antibody': GithubRepository(
|
||||||
|
'Antibody',
|
||||||
|
'supybot-plugins',
|
||||||
|
),
|
||||||
|
'doorbot': GithubRepository(
|
||||||
|
'hacklab',
|
||||||
|
'doorbot',
|
||||||
|
),
|
||||||
|
'boombot': GithubRepository(
|
||||||
|
'nod',
|
||||||
|
'boombot',
|
||||||
|
'plugins',
|
||||||
|
),
|
||||||
|
'mailed-notifier': GithubRepository(
|
||||||
|
'tbielawa',
|
||||||
|
'supybot-mailed-notifier',
|
||||||
|
),
|
||||||
|
'pingdom': GithubRepository(
|
||||||
|
'rynop',
|
||||||
|
'supyPingdom',
|
||||||
|
'plugins',
|
||||||
|
),
|
||||||
|
'scrum': GithubRepository(
|
||||||
|
'amscanne',
|
||||||
|
'supybot-scrum',
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
class PluginDownloader(callbacks.Plugin):
|
class PluginDownloader(callbacks.Plugin):
|
||||||
|
Loading…
Reference in New Issue
Block a user