From 3ae2f79919e80256a27b3a21e8750367bbb092c8 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 25 Aug 2003 05:19:27 +0000 Subject: [PATCH] Forgot to reply with actor stuff. --- plugins/IMDB.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/IMDB.py b/plugins/IMDB.py index 2b8fe0b36..bd4d79daa 100644 --- a/plugins/IMDB.py +++ b/plugins/IMDB.py @@ -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: