Use urllib instead of own tools for modules ycc and networking

This commit is contained in:
Némunaire 2012-11-07 16:37:19 +01:00
commit 22da70ac39
3 changed files with 70 additions and 21 deletions

View file

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