diff --git a/plugins/mtg.py b/plugins/mtg.py index e3054f3..0d34180 100644 --- a/plugins/mtg.py +++ b/plugins/mtg.py @@ -8,6 +8,7 @@ from util import hook @hook.command def mtg(inp): + ".mtg -- gets information about Magic the Gathering card " url = 'http://magiccards.info/query.php?cardname=' url += urllib2.quote(inp, safe='') h = html.parse(url)