mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-06 17:44:09 +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:
|
||||
irc.reply(msg, text)
|
||||
else:
|
||||
search = urllib.unquote(search)
|
||||
s = 'There appears to be no definition for %s.' % search
|
||||
irc.reply(msg, s)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user