mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Check for the unknown author and special case accordingly
This commit is contained in:
parent
5e5e2f3336
commit
48c472d493
@ -147,6 +147,7 @@ class Plugin(callbacks.Plugin):
|
||||
hasAuthor = False
|
||||
hasContribs = False
|
||||
if getattr(module, '__author__', None):
|
||||
if module.__author__ != supybot.authors.unknown:
|
||||
author = 'was written by %s' % \
|
||||
utils.web.mungeEmail(str(module.__author__))
|
||||
hasAuthor = True
|
||||
|
Loading…
Reference in New Issue
Block a user