Update __init__.py
This commit is contained in:
parent
2b139f2f62
commit
79167a2b6a
|
@ -25,6 +25,9 @@ __maintainer__ = getattr(supybot.authors, 'oddluck',
|
||||||
|
|
||||||
# This is a dictionary mapping supybot.Author instances to lists of
|
# This is a dictionary mapping supybot.Author instances to lists of
|
||||||
# contributions.
|
# contributions.
|
||||||
|
if not hasattr(supybot.authors, 'loljoho'):
|
||||||
|
supybot.authors.progval =supybot.Author('loljoho', 'loljo',
|
||||||
|
'https://github.com/loljoho')
|
||||||
__contributors__ = {'oddluck', 'loljoho', 'rootcoma', 'Th0masR0ss', 'brrr'}
|
__contributors__ = {'oddluck', 'loljoho', 'rootcoma', 'Th0masR0ss', 'brrr'}
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
Loading…
Reference in New Issue