From 83c178a1d7aeee7f6aa8a42c82b61b183a475aa4 Mon Sep 17 00:00:00 2001 From: GLolol Date: Sat, 26 Apr 2014 15:12:51 -0700 Subject: [PATCH] NoTrigger: fill in author info --- NoTrigger/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NoTrigger/__init__.py b/NoTrigger/__init__.py index 7a8abfd..33ff196 100644 --- a/NoTrigger/__init__.py +++ b/NoTrigger/__init__.py @@ -38,17 +38,18 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "" +__version__ = "0.1 beta2" # XXX Replace this with an appropriate author or supybot.Author instance. -__author__ = supybot.authors.unknown +__author__ = supybot.Author('James Lu', 'GLolol', + 'GLolol@overdrive.pw') # This is a dictionary mapping supybot.Author instances to lists of # contributions. __contributors__ = {} # This is a url where the most recent plugin package can be downloaded. -__url__ = '' # 'http://supybot.com/Members/yourname/NoTrigger/download' +__url__ = 'https://github.com/GLolol/SupyPlugins/' from . import config from . import plugin