tweaked error message, added mtg.py to disabled_plugins

This commit is contained in:
neersighted 2012-03-30 18:12:43 -07:00
parent e93d4ed231
commit bdb08fc23f
2 changed files with 184 additions and 1 deletions

View file

@ -20,7 +20,7 @@ def stock(inp):
# if we dont get a company name back, the symbol doesn't match a company
if results['company'] == '':
return "unknown ticker symbol %s" % inp
return "error: unknown ticker symbol (%s)" % inp
if results['change'][0] == '-':
results['color'] = "5"