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)