From 386c8562ea1ff7062b8f3692148475c27e334b1f Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 20 Oct 2010 09:48:49 +0200 Subject: [PATCH] Added myself in the author list --- src/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/__init__.py b/src/__init__.py index 22923e31a..3871a8940 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -58,6 +58,7 @@ class authors(object): # This is basically a bag. bear = Author('Mike Taylor', 'bear', 'bear@code-bear.com') grantbow = Author('Grant Bowman', 'Grantbow', 'grantbow@grantbow.com') stepnem = Author('Štěpán Němec', 'stepnem', 'stepnem@gmail.com') + progval = Author('Valentin Lorentz', 'ProgVal', 'progval@gmail.com') unknown = Author('Unknown author', 'unknown', 'unknown@supybot.org') # Let's be somewhat safe about this.