Fix up bugtracker

This commit is contained in:
Dennis Kaarsemaker
2007-09-17 21:00:51 +02:00
parent 3b2158fd11
commit 23b50f539a
2 changed files with 5 additions and 7 deletions

View File

@ -19,10 +19,10 @@ This plugin will display bug information when requested.
import supybot
import supybot.world as world
__version__ = "2.5"
__version__ = "2.5.1"
__author__ = supybot.Author("Dennis Kaarsemaker","Seveas","dennis@kaarsemaker.net")
__contributors__ = {}
__url__ = 'http://bots.ubuntulinux.nl/'
__url__ = 'http://ubotu.ubuntu-nl.org'
import config
reload(config)