From 6748dc22ee1b1a0a01926eb5859981133cf5399a Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 20 Jan 2004 12:29:11 +0000 Subject: [PATCH] Converted to use a global value instead of a channel value. --- plugins/Dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."""))