tweaked error message, added mtg.py to disabled_plugins
This commit is contained in:
parent
e93d4ed231
commit
bdb08fc23f
2 changed files with 184 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue