diff --git a/plugins/Dict.py b/plugins/Dict.py index 9cc63ee27..fd85895fc 100644 --- a/plugins/Dict.py +++ b/plugins/Dict.py @@ -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."""))