DDG module: don't print language when no article found
This commit is contained in:
parent
1c515f95c5
commit
d08273e832
@ -125,5 +125,5 @@ def wiki(msg):
|
|||||||
return res
|
return res
|
||||||
else:
|
else:
|
||||||
return Response(msg.sender,
|
return Response(msg.sender,
|
||||||
"No information about " + " ".join(msg.cmds[1:]),
|
"No information about " + " ".join(msg.cmds[extract:]),
|
||||||
msg.channel)
|
msg.channel)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user