mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Updated not to set the supybot.plugins.Dict value when it registers the plugin.
This commit is contained in:
parent
cc672b882a
commit
bb97cb3884
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user