Update __init__.py

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

View File

@ -26,7 +26,7 @@ __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',
supybot.authors.loljoho = supybot.Author('loljoho', 'loljo',
'https://github.com/loljoho')
__contributors__ = {'oddluck', 'loljoho', 'rootcoma', 'Th0masR0ss', 'brrr'}