mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-27 12:44:19 +01:00
Forgot to reply with actor stuff.
This commit is contained in:
parent
d7ec79dde8
commit
3ae2f79919
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user