From 740acc5d08ef8bcf9d98c4e832cf5b4168ba3ac6 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 28 Aug 2003 17:56:48 +0000 Subject: [PATCH] Brought up-to-date with current plugin template. --- plugins/News.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/News.py b/plugins/News.py index 35c41f12e..7a6a410a7 100644 --- a/plugins/News.py +++ b/plugins/News.py @@ -38,6 +38,7 @@ from baseplugin import * import sqlite +import utils import privmsgs import callbacks @@ -50,6 +51,10 @@ def configure(onStart, afterConnect, advanced): from questions import expect, anything, something, yn onStart.append('load News') +example = utils.wrapLines(""" + +""") + class News(callbacks.Privmsg, ChannelDBHandler): def __init__(self): ChannelDBHandler.__init__(self)