Update __init__.py

This commit is contained in:
Gordon Shumway 2020-02-06 17:24:49 -05:00 committed by GitHub
parent 2b139f2f62
commit 79167a2b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ __maintainer__ = getattr(supybot.authors, 'oddluck',
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.
if not hasattr(supybot.authors, 'loljoho'):
supybot.authors.progval =supybot.Author('loljoho', 'loljo',
'https://github.com/loljoho')
__contributors__ = {'oddluck', 'loljoho', 'rootcoma', 'Th0masR0ss', 'brrr'}
# This is a url where the most recent plugin package can be downloaded.