summaryrefslogtreecommitdiff
path: root/reports.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-04-10 23:55:30 +0200
committerDico200 <dico.karssiens@gmail.com>2015-04-10 23:55:30 +0200
commitce3b911b35c20c69b83366be77540b8e7ecb0322 (patch)
treecc80b1acc2aea630ee84e9175e745c6352271370 /reports.py
parentb232cbf5cf8de3652a81c2ed88e306471e20ba50 (diff)
/pluginversions is broken, Fixed mail send colours.
I attempted to fix /pluginversions but ended up just commenting it out. The problem is in retrieving the plugins where instead of object type Plugin it returns "array.array"? I tried a whole bunch of things but I didn't succeed to make it work.
Diffstat (limited to 'reports.py')
-rw-r--r--reports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/reports.py b/reports.py
index ca98e7b..309b313 100644
--- a/reports.py
+++ b/reports.py
@@ -90,7 +90,7 @@ def message_reporter(sender, report, action):
plugin_header(reporter, "Reports")
msg(reporter, message)
else:
- server.dispatchCommand(sender, "mail send %s %s" % (reporter.getName(), message))
+ server.dispatchCommand(sender, "mail send %s %s" % (reporter.getName(), colorify(message)))
def save_reports():