Brought up-to-date with current plugin template.

This commit is contained in:
Jeremy Fincher 2003-08-28 17:56:48 +00:00
parent f4a057cf4b
commit 740acc5d08
1 changed files with 5 additions and 0 deletions

View File

@ -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)