mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
Forgot a format.
This commit is contained in:
parent
559bd74928
commit
9ddc8b2402
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user