NoTrigger: fill in author info

This commit is contained in:
GLolol 2014-04-26 15:12:51 -07:00
parent 92088e4d1b
commit 83c178a1d7

View File

@ -38,17 +38,18 @@ 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
# in here if you're keeping the plugin in CVS or some similar system. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "" __version__ = "0.1 beta2"
# 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__ = '' # 'http://supybot.com/Members/yourname/NoTrigger/download' __url__ = 'https://github.com/GLolol/SupyPlugins/'
from . import config from . import config
from . import plugin from . import plugin