From 5603e8ef2f70e524fe15d090ba59ea05c5ec1165 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 27 Oct 2010 14:20:04 +0200 Subject: [PATCH] Set the author as being ProgVal ;) --- plugins/MegaHAL/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/MegaHAL/__init__.py b/plugins/MegaHAL/__init__.py index 0a2fa10f2..6802d6d2c 100644 --- a/plugins/MegaHAL/__init__.py +++ b/plugins/MegaHAL/__init__.py @@ -41,7 +41,8 @@ import supybot.world as world __version__ = "" # XXX Replace this with an appropriate author or supybot.Author instance. -__author__ = supybot.authors.unknown +__author__ = supybot.Author('Valentin Lorentz', 'ProgVal', + 'progval@gmail.com') # This is a dictionary mapping supybot.Author instances to lists of # contributions.