From d608f82875ca7f16c1d3fd159bcdab17fd689ca6 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 23 Oct 2003 12:59:15 +0000 Subject: [PATCH] configure() was still adding 'load IMDB' to onStart instead of 'load Movies' --- plugins/Movies.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Movies.py b/plugins/Movies.py index 495011879..fc49c9abd 100644 --- a/plugins/Movies.py +++ b/plugins/Movies.py @@ -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(""" - @list IMDB + @list Movies imdb @imdb die hard "Die Hard" (1988) belongs to the action and thriller genres. It's been rated 8.0 out of 10. More information is available at