From 2f2d8130df7c96f4b8adeadb9dab694ae656a5bf Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 12 Nov 2003 01:31:31 +0000 Subject: [PATCH] Forgot to update the configure function for the new Configurable-ishness. --- plugins/Dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Dict.py b/plugins/Dict.py index 44670906a..98979bcd1 100644 --- a/plugins/Dict.py +++ b/plugins/Dict.py @@ -60,7 +60,7 @@ def configure(onStart, afterConnect, advanced): print 'The default dictd server is dict.org.' if yn('Would you like to specify a dictd server?') == 'y': server = something('What server?') - onStart.append('dictserver %s' % server) + onStart.append('dict config server %s' % server) replyTimeout = 'Timeout on the dictd server.' class Dict(callbacks.Privmsg, plugins.Configurable):