Forgot a format.

This commit is contained in:
Jeremy Fincher 2003-09-05 20:47:35 +00:00
parent 559bd74928
commit 9ddc8b2402
1 changed files with 1 additions and 1 deletions

View File

@ -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: