Converted to use a global value instead of a channel value.

This commit is contained in:
Jeremy Fincher 2004-01-20 12:29:11 +00:00
parent 201f11cc94
commit 6748dc22ee
1 changed files with 1 additions and 1 deletions

View File

@ -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."""))