mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Oops, forgot the '% word'
This commit is contained in:
parent
f06a552b73
commit
c98a25d6a2
@ -807,7 +807,7 @@ class FunCommands(callbacks.Privmsg):
|
||||
conn = dictclient.Connection('dict.org')
|
||||
definitions = conn.define('*', word)
|
||||
if not definitions:
|
||||
irc.reply(msg, 'No definition for %r could be found.')
|
||||
irc.reply(msg, 'No definition for %r could be found.' % word)
|
||||
return
|
||||
L = []
|
||||
utils.sortBy(lambda d: len(d.getdefstr()), definitions)
|
||||
|
Loading…
Reference in New Issue
Block a user