mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
configure() was still adding 'load IMDB' to onStart instead of 'load Movies'
This commit is contained in:
parent
6cae1b5ec4
commit
d608f82875
@ -49,10 +49,10 @@ def configure(onStart, afterConnect, advanced):
|
||||
# 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.
|
||||
from questions import expect, anything, something, yn
|
||||
onStart.append('load IMDB')
|
||||
onStart.append('load Movies')
|
||||
|
||||
example = utils.wrapLines("""
|
||||
<jemfinch> @list IMDB
|
||||
<jemfinch> @list Movies
|
||||
<supybot> imdb
|
||||
<jemfinch> @imdb die hard
|
||||
<supybot> "Die Hard" (1988) belongs to the action and thriller genres. It's been rated 8.0 out of 10. More information is available at <http://imdb.com/Title?0095016>
|
||||
|
Loading…
Reference in New Issue
Block a user