mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Converted to use a global value instead of a channel value.
This commit is contained in:
parent
201f11cc94
commit
6748dc22ee
@ -64,7 +64,7 @@ replyTimeout = 'Timeout on the dictd server.'
|
||||
conf.registerPlugin('Dict')
|
||||
# TODO: We should make this check to see if there's actually a dictd server
|
||||
# running on the host given.
|
||||
conf.registerChannelValue(conf.supybot.plugins.Dict, 'server',
|
||||
conf.registerGlobalValue(conf.supybot.plugins.Dict, 'server',
|
||||
registry.String('dict.org', """Determines what server the bot will
|
||||
retrieve definitions from."""))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user