Fix the base class used in newplugin.

This commit is contained in:
James Vega 2005-02-09 21:49:35 +00:00
parent 6f3db18049
commit 3c83811b3e

View File

@ -91,7 +91,7 @@ import supybot.ircutils as ircutils
import supybot.callbacks as callbacks
class %s(Plugin):
class %s(callbacks.Plugin):
"""Add the help for "@plugin help %s" here
This should describe *how* to use this plugin."""
%s