DDG module: don't print language when no article found

This commit is contained in:
Némunaire 2012-12-07 01:16:05 +01:00
parent 1c515f95c5
commit d08273e832

View File

@ -125,5 +125,5 @@ def wiki(msg):
return res
else:
return Response(msg.sender,
"No information about " + " ".join(msg.cmds[1:]),
"No information about " + " ".join(msg.cmds[extract:]),
msg.channel)