/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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user