Add version string to QG

This commit is contained in:
Daniel DiPaolo 2005-02-01 04:20:09 +00:00
parent f2fba0962e
commit 7b62f61381

View File

@ -38,6 +38,10 @@ as see who "grabbed" the quote in the first place.
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__ = "%%VERSION%%"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.strike