Trivia: edit __init__.py

master
Valentin Lorentz 2011-03-02 15:29:21 +01:00
parent 4f04c5cc13
commit 7f6a972337
1 changed files with 5 additions and 2 deletions

View File

@ -38,7 +38,7 @@ import supybot.world as world
# 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.
__version__ = ""
__version__ = "1.0"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('quantumlemur', 'quantumlemur',
@ -46,7 +46,10 @@ __author__ = supybot.Author('quantumlemur', 'quantumlemur',
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.
__contributors__ = {}
if not hasattr(supybot.authors, 'progval'):
supybot.authors.progval = supybot.Author('Valentin Lorentz', 'ProgVal',
'progval@gmail.com')
__contributors__ = {supybot.authors.progval: ['code enhancement']}
# This is a url where the most recent plugin package can be downloaded.
__url__ = '' # 'http://supybot.com/Members/yourname/Trivia/download'