mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +01:00
Added urllib.unquote to foldoc error message.
This commit is contained in:
parent
73c3b811aa
commit
d9399fb304
@ -183,6 +183,7 @@ class Http(callbacks.Privmsg):
|
|||||||
if text:
|
if text:
|
||||||
irc.reply(msg, text)
|
irc.reply(msg, text)
|
||||||
else:
|
else:
|
||||||
|
search = urllib.unquote(search)
|
||||||
s = 'There appears to be no definition for %s.' % search
|
s = 'There appears to be no definition for %s.' % search
|
||||||
irc.reply(msg, s)
|
irc.reply(msg, s)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user