Tweaks and modifications.
Bantracker: Make the bantracker URL configurable from the bot Make sure all the html links are relative Encyclopedia: Handle the possibility of apt-file not being installed Handle the possibility of the apt-file cache not being created Add sync command to sync with a remote database Make sure all the html links are relative Mess: Take out the hard-coded paths, use the config variables to find the plugin dir
This commit is contained in:
@ -23,3 +23,5 @@ conf.registerChannelValue(conf.supybot.plugins.Bantracker, 'enabled',
|
||||
registry.Boolean(False, """Enable the bantracker"""))
|
||||
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)
|
||||
|
Reference in New Issue
Block a user