From 2a642d5f888bc5cfcb232d49301ccf51ef0bca5e Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Jun 26 2008 02:37:02 +0000 Subject: fixed __authors__ in __init__.py --- diff --git a/__init__.py b/__init__.py index c46c218..74c0e79 100644 --- a/__init__.py +++ b/__init__.py @@ -38,13 +38,15 @@ import supybot.world as world # in here if you're keeping the plugin in CVS or some similar system. __version__ = "0.1" -# XXX Replace this with an appropriate author or supybot.Author instance. +# Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('Mike McGrath', 'mmcgrath', 'mmcgrath@redhat.com') # This is a dictionary mapping supybot.Author instances to lists of # contributions. __contributors__ = {supybot.Author('Ian Weller', 'ianweller', - 'ianweller@gmail.com')} + 'ianweller@gmail.com'): ["secondary + maintainer and code + sanitizer"]} # This is a url where the most recent plugin package can be downloaded. __url__ = '' # 'http://supybot.com/Members/yourname/Fedora/download'