mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
parent
7b40bd4fdb
commit
d3c77bbc72
@ -32,7 +32,7 @@
|
|||||||
DDG: Searches for results on DuckDuckGo.
|
DDG: Searches for results on DuckDuckGo.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import supybot
|
iimport supybot
|
||||||
import supybot.world as world
|
import supybot.world as world
|
||||||
|
|
||||||
# Use this for the version of this plugin. You may wish to put a CVS keyword
|
# Use this for the version of this plugin. You may wish to put a CVS keyword
|
||||||
@ -40,14 +40,15 @@ import supybot.world as world
|
|||||||
__version__ = ""
|
__version__ = ""
|
||||||
|
|
||||||
# XXX Replace this with an appropriate author or supybot.Author instance.
|
# XXX Replace this with an appropriate author or supybot.Author instance.
|
||||||
__author__ = supybot.authors.unknown
|
__author__ = supybot.Author('James Lu', 'GLolol',
|
||||||
|
'GLolol@overdrive.pw')
|
||||||
|
|
||||||
# This is a dictionary mapping supybot.Author instances to lists of
|
# This is a dictionary mapping supybot.Author instances to lists of
|
||||||
# contributions.
|
# contributions.
|
||||||
__contributors__ = {}
|
__contributors__ = {}
|
||||||
|
|
||||||
# This is a url where the most recent plugin package can be downloaded.
|
# This is a url where the most recent plugin package can be downloaded.
|
||||||
__url__ = ''
|
__url__ = 'https://github.com/GLolol/SupyPlugins/'
|
||||||
|
|
||||||
from . import config
|
from . import config
|
||||||
from . import plugin
|
from . import plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user