mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Add version string to QG
This commit is contained in:
parent
f2fba0962e
commit
7b62f61381
@ -38,6 +38,10 @@ as see who "grabbed" the quote in the first place.
|
|||||||
import supybot
|
import supybot
|
||||||
import supybot.world as world
|
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__ = "%%VERSION%%"
|
||||||
|
|
||||||
# XXX Replace this with an appropriate author or supybot.Author instance.
|
# XXX Replace this with an appropriate author or supybot.Author instance.
|
||||||
__author__ = supybot.authors.strike
|
__author__ = supybot.authors.strike
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user