/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.
This commit is contained in:
Dico200
2015-04-10 23:55:30 +02:00
parent b232cbf5cf
commit ce3b911b35
3 changed files with 30 additions and 23 deletions

View File

@@ -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():