mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Added an __version__ string to Plugin/__init__.py as generated by supybot-newplugin.
This commit is contained in:
parent
5a46ec4993
commit
2b0450690e
@ -139,6 +139,10 @@ here.
|
||||
import supybot
|
||||
import supybot.world as world
|
||||
|
||||
# Use this for the version of this plugin. You may wish to put a CVS keyword
|
||||
# in here if you\'re keeping the plugin in CVS or some similar system.
|
||||
__version__ = ""
|
||||
|
||||
# XXX Replace this with an appropriate author or supybot.Author instance.
|
||||
__author__ = supybot.authors.unknown
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user