From bf0037d2916097b284768c7c6dfb6a4947277502 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 10 Sep 2004 06:27:23 +0000 Subject: [PATCH] Updated template. --- scripts/supybot-newplugin | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/supybot-newplugin b/scripts/supybot-newplugin index 8afdd335a..afae62f25 100755 --- a/scripts/supybot-newplugin +++ b/scripts/supybot-newplugin @@ -81,14 +81,17 @@ template = ''' Add the module docstring here. This will be used by the setup.py script. """ +import supybot + __revision__ = "$%s$" -__author__ = '' +__author__ = supybot.authors.unknown import supybot.plugins as plugins import supybot.conf as conf import supybot.utils as utils import supybot.privmsgs as privmsgs +import supybot.registry as registry import supybot.callbacks as callbacks