mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +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. ' \
|
||||
'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:
|
||||
|
Loading…
Reference in New Issue
Block a user