diff --git a/plugins/Dict.py b/plugins/Dict.py index f50a1583a..f4426d17f 100644 --- a/plugins/Dict.py +++ b/plugins/Dict.py @@ -125,7 +125,7 @@ class Dict(callbacks.Privmsg): irc.reply(msg, 'No definition for %r could be found.' % word) else: irc.reply(msg, 'No definition for %r could be found in %s' % \ - dictionary) + (word, dictionary)) return L = [] for d in definitions: