Forgot to reply with actor stuff.

This commit is contained in:
Jeremy Fincher 2003-08-25 05:19:27 +00:00
parent d7ec79dde8
commit 3ae2f79919

View File

@ -79,6 +79,7 @@ class IMDB(callbacks.Privmsg):
s = '"%s" is apparently a person. ' \ s = '"%s" is apparently a person. ' \
'More information is available at <%s>' % \ 'More information is available at <%s>' % \
(movie.title(), movie.url) (movie.title(), movie.url)
irc.reply(msg, s)
else: else:
irc.reply(msg, self._formatMovie(movie)) irc.reply(msg, self._formatMovie(movie))
elif len(movies) > 20: elif len(movies) > 20: