mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Forgot to update the configure function for the new Configurable-ishness.
This commit is contained in:
parent
760483e2f0
commit
2f2d8130df
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user