mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-10-19 02:17:22 +02:00
configure() should append 'load Dict' to onStart, not 'load Dictionary'
This commit is contained in:
parent
4459b3ccf6
commit
b6efb5c212
@ -56,7 +56,7 @@ def configure(onStart, afterConnect, advanced):
|
|||||||
# like to be run when the bot is started; append to afterConnect the
|
# like to be run when the bot is started; append to afterConnect the
|
||||||
# commands you would like to be run when the bot has finished connecting.
|
# commands you would like to be run when the bot has finished connecting.
|
||||||
from questions import expect, anything, something, yn
|
from questions import expect, anything, something, yn
|
||||||
onStart.append('load Dictionary')
|
onStart.append('load Dict')
|
||||||
print 'The default dictd server is dict.org.'
|
print 'The default dictd server is dict.org.'
|
||||||
if yn('Would you like to specify a dictd server?') == 'y':
|
if yn('Would you like to specify a dictd server?') == 'y':
|
||||||
server = something('What server?')
|
server = something('What server?')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user