Fix typo in Bantracker/config.py

This commit is contained in:
Terence Simpson 2008-05-05 16:28:59 +01:00
parent 90d52ce695
commit e0d9db683f

View File

@ -24,4 +24,4 @@ conf.registerChannelValue(conf.supybot.plugins.Bantracker, 'enabled',
conf.registerGlobalValue(conf.supybot.plugins.Bantracker, 'database',
registry.String('', "Filename of the bans database",private=True))
conf.registerGlobalValue(conf.supybot.plugins.Bantracker, 'bansite',
registry.String('', "Web site for the bantracker, without the 'bans.cgi' appended", private=True)
registry.String('', "Web site for the bantracker, without the 'bans.cgi' appended", private=True))