mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +01:00
Fix the base class used in newplugin.
This commit is contained in:
parent
6f3db18049
commit
3c83811b3e
@ -91,7 +91,7 @@ import supybot.ircutils as ircutils
|
|||||||
import supybot.callbacks as callbacks
|
import supybot.callbacks as callbacks
|
||||||
|
|
||||||
|
|
||||||
class %s(Plugin):
|
class %s(callbacks.Plugin):
|
||||||
"""Add the help for "@plugin help %s" here
|
"""Add the help for "@plugin help %s" here
|
||||||
This should describe *how* to use this plugin."""
|
This should describe *how* to use this plugin."""
|
||||||
%s
|
%s
|
||||||
|
Loading…
Reference in New Issue
Block a user