mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
PluginDownloader: Enable threading.
This commit is contained in:
parent
0a4e99b6f2
commit
949df233d0
@ -263,6 +263,8 @@ class PluginDownloader(callbacks.Plugin):
|
|||||||
which are available in that repository. When you want to install plugin,
|
which are available in that repository. When you want to install plugin,
|
||||||
just run command "install <repository> <plugin>"."""
|
just run command "install <repository> <plugin>"."""
|
||||||
|
|
||||||
|
threaded = True
|
||||||
|
|
||||||
@internationalizeDocstring
|
@internationalizeDocstring
|
||||||
def repolist(self, irc, msg, args, repository):
|
def repolist(self, irc, msg, args, repository):
|
||||||
"""[<repository>]
|
"""[<repository>]
|
||||||
|
Loading…
Reference in New Issue
Block a user