From fff995221e8a45edec214867d510c99a0d6fd335 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 27 Aug 2003 05:09:13 +0000 Subject: [PATCH] Added example template to template. --- scripts/newplugin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/newplugin.py b/scripts/newplugin.py index 348efcdd0..ab1bf1a79 100755 --- a/scripts/newplugin.py +++ b/scripts/newplugin.py @@ -56,6 +56,10 @@ def configure(onStart, afterConnect, advanced): from questions import expect, anything, something, yn onStart.append('load %s') +example = """ +Add an example IRC session using this module here. +""" + class %s(%s): %s