Update __init__.py
This commit is contained in:
parent
79167a2b6a
commit
f03202186c
|
@ -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'}
|
||||
|
||||
|
|
Loading…
Reference in New Issue