summaryrefslogtreecommitdiff
path: root/reports.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-03-20 01:28:02 +0100
committerDico200 <dico.karssiens@gmail.com>2015-03-20 01:28:02 +0100
commit8a95dc65f60193e0be8a9bffb99fa8fc7c6e5688 (patch)
treeade330786eae50f004258059dfc226176bf05ed5 /reports.py
parent98774e8f845436d93e6072ae760e8ebb928cacc6 (diff)
Quick fix
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 9db399c..8cda525 100644
--- a/reports.py
+++ b/reports.py
@@ -88,7 +88,7 @@ def message_reporter(sender, report, action):
message = "&aReport '&e%s&a' was %s &aby %s." % (report["msg"], action, sender.getName())
if reporter.isOnline():
plugin_header(reporter, "Reports")
- msg(reporter, "&aReport '&e%s&a' was %s &aby %s." % (report["msg"], action, sender.getName()))
+ msg(reporter, message)
else:
server.dispatchCommand(sender, "mail send %s %s" % (reporter.getName(), message))