Updated not to set the supybot.plugins.Dict value when it registers the plugin.

This commit is contained in:
Jeremy Fincher 2004-01-19 23:00:08 +00:00
parent cc672b882a
commit bb97cb3884

View File

@ -61,7 +61,7 @@ def configure(advanced):
replyTimeout = 'Timeout on the dictd server.' replyTimeout = 'Timeout on the dictd server.'
conf.registerPlugin('Dict', True) conf.registerPlugin('Dict')
# TODO: We should make this check to see if there's actually a dictd server # TODO: We should make this check to see if there's actually a dictd server
# running on the host given. # running on the host given.
conf.registerChannelValue(conf.supybot.plugins.Dict, 'server', conf.registerChannelValue(conf.supybot.plugins.Dict, 'server',