From 2fd4375d786d4e5d0891e8ef337e60b9d3474abd Mon Sep 17 00:00:00 2001 From: Ryan Hitchman Date: Sun, 17 Jan 2010 00:51:05 -0700 Subject: [PATCH] give .mtg help text --- plugins/mtg.py | 1 + 1 file changed, 1 insertion(+) 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)