Forgot to update the configure function for the new Configurable-ishness.

This commit is contained in:
Jeremy Fincher 2003-11-12 01:31:31 +00:00
parent 760483e2f0
commit 2f2d8130df
1 changed files with 1 additions and 1 deletions

View File

@ -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):