Format plugin: Delete stray `configure' definition from plugin.py.

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
Štěpán Němec 2009-08-20 13:46:58 +02:00 committed by James Vega
parent 67c8554864
commit 3a992ba78e

View File

@ -35,14 +35,6 @@ from supybot.commands import *
import supybot.ircutils as ircutils
import supybot.callbacks as callbacks
def configure(advanced):
# This will be called by setup.py to configure this module. Advanced is
# a bool that specifies whether the user identified himself as an advanced
# user or not. You should effect your configuration by manipulating the
# registry as appropriate.
from supybot.questions import expect, anything, something, yn
conf.registerPlugin('Format', True)
class Format(callbacks.Plugin):
def bold(self, irc, msg, args, text):
"""<text>