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
1 changed files with 1 additions and 0 deletions

View File

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